Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist.h File Reference


Detailed Description

Provides the plist namespace, a collection of classes to implement the Propery List data storage format, a XML standard used by Apple and others.

Author:
Ethan Tira-Thompson (ejt) (Creator)
Author
ejt
Name
tekkotsu-4_0
Revision
1.13
State
Exp
Date
2007/11/09 03:33:58

Definition in file plist.h.

#include "plistBase.h"
#include "plistPrimitives.h"
#include "plistCollections.h"

Include dependency graph for plist.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plist

Functions

ObjectBase * plist::loadXML (xmlNode *node)
 From the name of node, will instantiate a new ObjectBase subclass to load it.
ObjectBase * plist::loadFile (const std::string &file)
 Attempts to parse the file found at file, using plist::loadXML().
ObjectBase * plist::loadBuffer (const char *buf, unsigned int len)
 Attempts to parse the buffer found at buf, using plist::loadXML().


Tekkotsu v4.0
Generated Thu Nov 22 00:56:40 2007 by Doxygen 1.5.4