Go to the source code of this file.
|
template<class ODSET , class size_type > |
void | removeRange (ODSET &inst, size_type start, size_type stop) |
| Removes a range from the set. More...
|
|
template<class ODSET , class WITHADD > |
void | addNames (const ODSET &inp, WITHADD &withadd) |
| Adds all names from a set to another set with an add() function (typically a BufferStringSet) More...
|
|
#define mODSetApplyToAll |
( |
|
itp, |
|
|
|
os, |
|
|
|
op |
|
) |
| |
Value:for ( itp idx=(itp) os.nrItems()-1; idx>=0; idx-- ) \
{ \
op; \
}
template<class ODSET , class WITHADD >
void addNames |
( |
const ODSET & |
inp, |
|
|
WITHADD & |
withadd |
|
) |
| |
|
inline |
Adds all names from a set to another set with an add() function (typically a BufferStringSet)
template<class ODSET , class size_type >
void removeRange |
( |
ODSET & |
inst, |
|
|
size_type |
start, |
|
|
size_type |
stop |
|
) |
| |
|
inline |
Removes a range from the set.