Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist.cc File Reference

#include "plist.h"
#include "plistBase.h"
#include "plistPrimitives.h"
#include "plistCollections.h"
#include <stdexcept>
Include dependency graph for plist.cc:
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

Author:
Ethan Tira-Thompson (ejt) (Creator)

Definition in file plist.cc.


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