This class represents a set of unique ids created in the same context. i.e. from the same data set. More...
#include "../../common/STLUtils.h"#include "../../common/Translator.h"#include "../../datatype/Enums.h"#include "../query/And.h"#include "../query/In.h"#include "../query/Literal.h"#include "../query/LiteralString.h"#include "../Exception.h"#include "ObjectId.h"#include "ObjectIdSet.h"#include <cassert>Go to the source code of this file.
This class represents a set of unique ids created in the same context. i.e. from the same data set.
Definition in file ObjectIdSet.cpp.