plist::Primitive< T > Class Template Reference#include <plistPrimitives.h>
Inheritance diagram for plist::Primitive< T >:
[legend]List of all members.
Detailed Description
template<typename T>
class plist::Primitive< T >
Implements type-specific functionality through template specialization, mainly involving value conversion and stringification formatting.
Provides smart-pointer style functionality for transparent access to the value storage, as well as automatic casting to and from the value type so you can almost always treat the Primitive as if it was the value itself.
Definition at line 36 of file plistPrimitives.h.
The documentation for this class was generated from the following files:
|