Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist.h File Reference

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

#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
 

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


Functions

template<>
SensorInfoplist::loadXML (xmlNode *node)
 This specialization looks for the SensorInfo::sensorType, then has the factory construct the correct subtype before loading the node into and returning that.
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().

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)

Definition in file plist.h.


Tekkotsu v5.1CVS
Generated Mon May 9 04:59:00 2016 by Doxygen 1.6.3