plist::PrimitiveBase Member ListThis is the complete list of members for plist::PrimitiveBase, including all inherited members.
| addPrimitiveListener(PrimitiveListener *vl) | plist::PrimitiveBase | [virtual] |
| autoFormat | XMLLoadSave | [protected] |
| byteswap(T &dstc, const T &srcc) | LoadSave | [inline, protected, static] |
| checkCreator(const char *creator, const char buf[], unsigned int len, bool isLoading=true) const | LoadSave | [virtual] |
| checkCreator(const char *creator, FILE *f, bool isLoading=true) const | LoadSave | [virtual] |
| ChkAdvance(int res, const char **buf, unsigned int *len, const char *msg) | LoadSave | [static] |
| ChkAdvance(int res, const char **buf, unsigned int *len, const char *msg, int arg1) | LoadSave | [static] |
| clearParseTree() | XMLLoadSave | [virtual] |
| compressionLevel | XMLLoadSave | [protected] |
| creatorSize(const char creator[]) const | LoadSave | [inline, virtual] |
| decode(LoadSave &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(LoadSave &x, FILE *f) | LoadSave | [inline, static] |
| decode(double &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(double &x, FILE *f) | LoadSave | [inline, static] |
| decode(float &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(float &x, FILE *f) | LoadSave | [inline, static] |
| decode(long &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(long &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned long &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned long &x, FILE *f) | LoadSave | [inline, static] |
| decode(int &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(int &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned int &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned int &x, FILE *f) | LoadSave | [inline, static] |
| decode(short &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(short &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned short &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned short &x, FILE *f) | LoadSave | [inline, static] |
| decode(std::string &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(std::string &x, FILE *f) | LoadSave | [inline, static] |
| decode(char *&x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(char *&x, FILE *f) | LoadSave | [inline, static] |
| decode(char &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(char &x, FILE *f) | LoadSave | [inline, static] |
| decode(unsigned char &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(unsigned char &x, FILE *f) | LoadSave | [inline, static] |
| decode(bool &x, const char buf[], unsigned int cap) | LoadSave | [inline, static] |
| decode(bool &x, FILE *f) | LoadSave | [inline, static] |
| encode(const LoadSave &x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const LoadSave &x, FILE *f) | LoadSave | [inline, static] |
| encode(const double x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const double x, FILE *f) | LoadSave | [inline, static] |
| encode(const float x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const float x, FILE *f) | LoadSave | [inline, static] |
| encode(const long x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const long x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned long x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned long x, FILE *f) | LoadSave | [inline, static] |
| encode(const int x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const int x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned int x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned int x, FILE *f) | LoadSave | [inline, static] |
| encode(const short x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const short x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned short x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned short x, FILE *f) | LoadSave | [inline, static] |
| encode(const std::string &x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const std::string &x, FILE *f) | LoadSave | [inline, static] |
| encode(const char *x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const char *x, FILE *f) | LoadSave | [inline, static] |
| encode(const char x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const char x, FILE *f) | LoadSave | [inline, static] |
| encode(const unsigned char x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const unsigned char x, FILE *f) | LoadSave | [inline, static] |
| encode(const bool x, char buf[], unsigned int cap) | LoadSave | [inline, static] |
| encode(const bool x, FILE *f) | LoadSave | [inline, static] |
| fileCloseCallback(void *f) | XMLLoadSave | [protected, static] |
| fileReadCallback(void *f, char *buf, int len) | XMLLoadSave | [protected, static] |
| FindRootXMLElement(xmlDoc *doc) const | plist::ObjectBase | [protected, virtual] |
| fireValueChanged() const | plist::PrimitiveBase | [protected, virtual] |
| get() const =0 | plist::PrimitiveBase | [pure virtual] |
| getBinSize() const | XMLLoadSave | [virtual] |
| getCompression() const | XMLLoadSave | [inline, virtual] |
| getParseTree() const | XMLLoadSave | [inline, virtual] |
| libxmlInit | XMLLoadSave | [protected] |
| LoadBuffer(const char buf[], unsigned int len) | XMLLoadSave | [virtual] |
| LoadFile(const char *filename) | XMLLoadSave | [virtual] |
| LoadFileStream(FILE *f) | XMLLoadSave | [virtual] |
| LoadSave() | LoadSave | [inline] |
| LoadXML(xmlNode *node)=0 | XMLLoadSave | [pure virtual] |
| ObjectBase() | plist::ObjectBase | |
| operator=(const PrimitiveBase &pb) | plist::PrimitiveBase | [inline] |
| plist::ObjectBase::operator=(const XMLLoadSave &xls) | XMLLoadSave | |
| PrimitiveBase() | plist::PrimitiveBase | [inline] |
| PrimitiveBase(const PrimitiveBase &pb) | plist::PrimitiveBase | [inline] |
| primitiveListeners | plist::PrimitiveBase | [protected] |
| readParseTree() | XMLLoadSave | [virtual] |
| removePrimitiveListener(PrimitiveListener *vl) | plist::PrimitiveBase | [virtual] |
| reportError(const std::string &context, const bad_format &err) const | XMLLoadSave | [protected] |
| SaveBuffer(char buf[], unsigned int len) const | XMLLoadSave | [virtual] |
| saveCreator(const char *creator, char buf[], unsigned int len) const | LoadSave | [virtual] |
| saveCreator(const char *creator, FILE *f) const | LoadSave | [virtual] |
| SaveFile(const char *filename) const | XMLLoadSave | [virtual] |
| SaveFileStream(FILE *f) const | XMLLoadSave | [virtual] |
| SaveXML(xmlNode *node) const =0 | XMLLoadSave | [pure virtual] |
| set(const std::string &str)=0 | plist::PrimitiveBase | [pure virtual] |
| setCompression(int level) | XMLLoadSave | [virtual] |
| setParseTree(xmlDoc *doc) const | plist::ObjectBase | [protected, virtual] |
| skipToElement(xmlNode *cur) | XMLLoadSave | [protected, static] |
| skipToElement(xmlNode *cur, std::string &comment) | XMLLoadSave | [protected, static] |
| stringpad | LoadSave | [static] |
| writeParseTree() | XMLLoadSave | [virtual] |
| xChar typedef | plist::ObjectBase | [protected] |
| xFree(void *ptr) | plist::ObjectBase | [protected, static] |
| xGetLineNo(xmlNode *node) | plist::ObjectBase | [protected, static] |
| xGetProperty(xmlNode *node, const xChar *name) | plist::ObjectBase | [protected, static] |
| xHasProperty(xmlNode *node, const xChar *name) | plist::ObjectBase | [protected, static] |
| xmldocument | XMLLoadSave | [mutable, protected] |
| XMLLoadSave() | XMLLoadSave | |
| XMLLoadSave(const XMLLoadSave &xls) | XMLLoadSave | |
| xNodeGetContent(xmlNode *node) | plist::ObjectBase | [protected, static] |
| xNodeGetName(xmlNode *node) | plist::ObjectBase | [protected, static] |
| xNodeHasName(xmlNode *node, const char *name) | plist::ObjectBase | [protected, static] |
| xNodeSetContent(xmlNode *node, const xChar *content) | plist::ObjectBase | [protected, static] |
| xNodeSetName(xmlNode *node, const xChar *name) | plist::ObjectBase | [protected, static] |
| xStrCaseEqual(const xChar *a, const xChar *b) | plist::ObjectBase | [protected, static] |
| xStrEqual(const xChar *a, const xChar *b) | plist::ObjectBase | [protected, static] |
| ~LoadSave() | LoadSave | [virtual] |
| ~ObjectBase()=0 | plist::ObjectBase | [pure virtual] |
| ~PrimitiveBase() | plist::PrimitiveBase | |
| ~XMLLoadSave() | XMLLoadSave | [virtual] |
|