|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
List of object identifiers. More...
Public Member Functions | |
| ids_t () | |
| Default constructor. | |
| ids_t (const std::vector< int > &buffer) | |
| Copy constructor. | |
| ids_t (const ids_t &A, const ids_t &B) | |
| Difference constructor. | |
| void | fix (const ids_t &B) |
| Fix. | |
Friends | |
| std::istream & | operator>> (std::istream &in, ids_t &object) |
| Read identifiers from input stream. | |
| std::ostream & | operator<< (std::ostream &out, const ids_t &object) |
| Write identifiers to output stream. | |
List of object identifiers.
Definition at line 157 of file JSydney.cc.
|
inline |
|
inline |
Difference constructor.
Make list of all object identifiers in A that are not in B.
| A | list of identifiers |
| B | list of identifiers |
Definition at line 184 of file JSydney.cc.
Fix.
Keep list of object identifiers that are not in B.
| B | list of identifiers |
Definition at line 197 of file JSydney.cc.
Read identifiers from input stream.
| in | input stream |
| object | identifiers |
Definition at line 214 of file JSydney.cc.
Write identifiers to output stream.
| out | output stream |
| object | identifiers |
Definition at line 235 of file JSydney.cc.