Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

plist::ArrayBase::EntryConstraint< PO > Class Template Reference

Inheritance diagram for plist::ArrayBase::EntryConstraint< PO >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename PO>
class plist::ArrayBase::EntryConstraint< PO >

Definition at line 286 of file plistCollections.h.

Public Member Functions

virtual ~EntryConstraint ()
virtual void addEntry (PO &val, const std::string &comment="")=0
 replaces previous entry at the specified index, which must represent an integer value less than or equal to the current array size
virtual void addEntry (PO *val, const std::string &comment="")=0
 replaces previous entry at the specified index, which must represent an integer value less than or equal to the current array size
virtual void setEntry (size_t index, PO &val, bool warnExists=false)=0
 replaces previous entry at the specified index, which must be less than or equal to the current array size
virtual void addEntry (size_t index, PO &val, const std::string &comment="")=0
 replaces previous entry at the specified index, which must be less than or equal to the current array size
virtual void setEntry (size_t index, PO *val, bool warnExists=false)=0
 replaces previous entry at the specified index, which must be less than or equal to the current array size; control of (de)allocation will be assumed by the Array
virtual void addEntry (size_t index, PO *val, const std::string &comment="")=0
 replaces previous entry at the specified index, which must be less than or equal to the current array size; control of (de)allocation will be assumed by the Array


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

Tekkotsu v3.0
Generated Fri May 11 20:09:09 2007 by Doxygen 1.4.7