Library: MongoDB
Package: MongoDB
Header: Poco/MongoDB/Element.h
Direct Base Classes: Element
All Base Classes: Element
Member Functions: read, toString, type, value, write
Inherited Functions: name, toString, type
ConcreteElement(
const std::string & name,
const T & init
);
virtual ~ConcreteElement();
void read(
BinaryReader & reader
);
See also: Poco::MongoDB::Element::read()
std::string toString(
int indent = 0
) const;
See also: Poco::MongoDB::Element::toString()
int type() const;
See also: Poco::MongoDB::Element::type()
T value() const;
void write(
BinaryWriter & writer
);
See also: Poco::MongoDB::Element::write()