Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/VectorVocabulary.h
Direct Base Classes: Vocabulary < T >
All Base Classes: Vocabulary < T >
Member Functions: clone, empty, exists, index, size, subtract, value
explicit VectorVocabulary(
std::size_t sizeHint
);
VectorVocabulary(
const VectorVocabulary & voc
);
~VectorVocabulary();
Vocabulary < T > * clone() const;
bool empty() const;
Poco::UInt32 exists(
const T & value,
bool & valueExisted
) const;
Poco::UInt32 index(
const T & value,
bool & valueExisted
);
std::size_t size() const;
Vocabulary < T > * subtract(
const Vocabulary < T > & other
) const;
const T & value(
Poco::UInt32 idx
) const;