Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist::ArrayBase::StringConversion Struct Reference

Abstract base class to test whether the collection will accept strings (possibly converting to a value type, or storing directly as string depending on concrete type). More...

#include <plistCollections.h>

Inheritance diagram for plist::ArrayBase::StringConversion:

Detailed Description

Abstract base class to test whether the collection will accept strings (possibly converting to a value type, or storing directly as string depending on concrete type).

The point of this class is to handle the situation where you have a DictionaryBase and user input to append, and you don't want to have to test every combination of template parameters to DictionaryOf to find out if you can add the data. Instead, test dynamic_cast<plist::DictionaryBase::StringConversion>, and if it is successful, you can pass the string without having to know the actual value type of the dictionary.

Definition at line 971 of file plistCollections.h.

List of all members.

Public Member Functions

virtual ~StringConversion ()
virtual void addValue (const std::string &val, const std::string &comment="")=0
 generic addition of value at end of collection, control of (de)allocation of corresponding Primitive instance will be assumed by the Array
virtual void addValue (size_t index, const std::string &, const std::string &comment="")=0
 generic addition of value at a specified position

Constructor & Destructor Documentation

virtual plist::ArrayBase::StringConversion::~StringConversion (  )  [virtual]

no-op destructor

Definition at line 972 of file plistCollections.h.


Member Function Documentation

virtual void plist::ArrayBase::StringConversion::addValue ( size_t  index,
const std::string &  ,
const std::string &  comment = "" 
) [pure virtual]

generic addition of value at a specified position

Implemented in plist::ArrayBase::ConversionTo< PO >, and plist::ArrayBase::WrapValueConversion< PO >.

virtual void plist::ArrayBase::StringConversion::addValue ( const std::string &  val,
const std::string &  comment = "" 
) [pure virtual]

generic addition of value at end of collection, control of (de)allocation of corresponding Primitive instance will be assumed by the Array

Implemented in plist::ArrayBase::ConversionTo< PO >, and plist::ArrayBase::WrapValueConversion< PO >.


The documentation for this struct was generated from the following file:

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