#include <svlWebXMLObject.h>
|
| svlWebXMLObject (const std::string &name, bool readable, bool writable) |
|
virtual | ~svlWebXMLObject () |
|
virtual svlWebXMLObject * | clone () const |
|
virtual void | Read (char *&data, int &datasize) |
|
virtual void | Write (char *data, int datasize) |
|
virtual int | AddNode (const std::string &name, const std::string &value) |
|
virtual int | RemoveNode (const std::string &name) |
|
virtual int | SetNode (const std::string &name, const std::string &value) |
|
virtual int | GetNode (const std::string &name, std::string &value) |
|
virtual const std::string & | GetNode (const std::string &name) |
|
| svlWebObjectBase (const std::string &name) |
|
virtual | ~svlWebObjectBase () |
|
virtual void | Lock () |
|
virtual void | Unlock () |
|
const std::string & | GetName () |
|
const std::string & | GetContentType () |
|
bool | IsReadable () |
|
bool | IsWritable () |
|
bool | IsTemporary () |
|
virtual | ~cmnGenericObject (void) |
|
virtual const
cmnClassServicesBase * | Services (void) const =0 |
|
bool | ReconstructFrom (const cmnGenericObject &other) |
|
std::string | ToString (void) const |
|
virtual void | ToStream (std::ostream &outputStream) const |
|
virtual void | ToStreamRaw (std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const |
|
virtual bool | FromStreamRaw (std::istream &inputStream, const char delimiter= ' ') |
|
virtual void | SerializeRaw (std::ostream &outputStream) const |
|
virtual void | DeSerializeRaw (std::istream &inputStream) |
|
virtual cmnLogger::StreamBufType * | GetLogMultiplexer (void) const |
|
virtual size_t | ScalarNumber (void) const |
|
virtual bool | ScalarNumberIsFixed (void) const |
|
virtual double | Scalar (const size_t CMN_UNUSED(index)) const throw (std::out_of_range) |
|
virtual std::string | ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const |
|
svlWebXMLObject::svlWebXMLObject |
( |
const std::string & |
name, |
|
|
bool |
readable, |
|
|
bool |
writable |
|
) |
| |
virtual svlWebXMLObject::~svlWebXMLObject |
( |
| ) |
|
|
virtual |
virtual int svlWebXMLObject::AddNode |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
virtual |
virtual int svlWebXMLObject::GetNode |
( |
const std::string & |
name, |
|
|
std::string & |
value |
|
) |
| |
|
virtual |
virtual const std::string& svlWebXMLObject::GetNode |
( |
const std::string & |
name | ) |
|
|
virtual |
virtual void svlWebXMLObject::Read |
( |
char *& |
data, |
|
|
int & |
datasize |
|
) |
| |
|
virtual |
virtual int svlWebXMLObject::RemoveNode |
( |
const std::string & |
name | ) |
|
|
virtual |
virtual int svlWebXMLObject::SetNode |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
virtual |
virtual void svlWebXMLObject::Write |
( |
char * |
data, |
|
|
int |
datasize |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: