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