Library: MongoDB
Package: MongoDB
Header: Poco/MongoDB/JavaScriptCode.h
Represents JavaScript type in BSON
Member Functions: getCode, setCode
typedef SharedPtr < JavaScriptCode > Ptr;
Constructor
virtual ~JavaScriptCode();
Destructor
std::string getCode() const;
Get the code
void setCode(
const std::string & s
);
Set the code