AddReference() const | CP_M_RefCounted | |
AppendBooleanValue(bool inValue) | CP_PropertyList::Array | |
AppendDateTimeValue(const CP_DateTime &inDateTime) | CP_PropertyList::Array | |
AppendDateTimeValue(const CP_Date &inDate) | CP_PropertyList::Array | |
AppendDateTimeValue(const CP_Time &inTime) | CP_PropertyList::Array | |
AppendNumberValue(UInt32 inValue) | CP_PropertyList::Array | |
AppendNumberValue(double inValue) | CP_PropertyList::Array | |
AppendStringValue(const CP_String &inValue) | CP_PropertyList::Array | |
AppendUUIDValue(const CP_UUID &inUUID) | CP_PropertyList::Array | |
AppendValue(const Node &inValue) | CP_PropertyList::Array | |
Array() | CP_PropertyList::Array | |
Array(const Array &inSrc) | CP_PropertyList::Array | |
Array(const std::vector< const Node * > &inValues) | CP_PropertyList::Array | [explicit] |
Array(CFArrayRef inArrayRef, bool inRetain=true) | CP_PropertyList::Array | [explicit] |
Array(const std::vector< CFTypeRef > &inValues) | CP_PropertyList::Array | [explicit] |
ArrayFromCFObjects(_InputIterator begin, _InputIterator end, _ValueConverter converter=_identity< typename _InputIterator::value_type >()) | CP_PropertyList::Array | [static] |
ArrayFromValues(_InputIterator begin, _InputIterator end, _ValueConverter converter=_identity< typename _InputIterator::value_type >()) | CP_PropertyList::Array | [static] |
AttachRef(CFArrayRefinRef, bool inRetain) | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
AttachRefMutable(CFMutableArrayRefinMutableRef, bool inRetain) | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
Autorelease() const | CP_M_RefCounted | |
back() const | CP_PropertyList::Array | |
back() | CP_PropertyList::Array | |
begin() | CP_PropertyList::Array | |
begin() const | CP_PropertyList::Array | |
const_iterator typedef | CP_PropertyList::Array | |
const_reference typedef | CP_PropertyList::Array | |
const_reverse_iterator typedef | CP_PropertyList::Array | |
CP_CFMutableObject() | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
CP_CFMutableObject(CFArrayRefinCFRef, bool inRetain) | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
CP_CFMutableObject(CFMutableArrayRefinCFRef, bool inRetain) | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
CP_CFMutableObject(const CP_CFMutableObject &inMutableObject) | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
CP_CFObject() | CP_CFObject< CFArrayRef > | [protected] |
CP_CFObject(CFArrayRefinRef, bool inRetain) | CP_CFObject< CFArrayRef > | [protected] |
CP_CFObject(const CP_CFObject &inOriginal) | CP_CFObject< CFArrayRef > | [protected] |
CP_M_RefCounted() | CP_M_RefCounted | [protected] |
CP_M_RefCounted(CP_M_RefCounted &inRefCounted) | CP_M_RefCounted | [protected] |
CreateNodeForCFObject(CFTypeRef inObject) | CP_PropertyList::Node | [static] |
DeleteValue(size_type inIndex) | CP_PropertyList::Array | |
DetachRef() | CP_CFObject< CFArrayRef > | [protected] |
DetachRefMutable() | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
difference_type typedef | CP_PropertyList::Array | |
empty() const | CP_PropertyList::Array | |
end() | CP_PropertyList::Array | |
end() const | CP_PropertyList::Array | |
fCFObject | CP_CFObject< CFArrayRef > | [protected] |
FromXMLData(CP_InStream &inXMLDataStream) | CP_PropertyList::Array | [static] |
CP_PropertyList::Node::FromXMLData(CP_InStream &inXMLDataStream, NodeType_t inExpectedNodeType=NodeType_Any) | CP_PropertyList::Node | [static] |
front() const | CP_PropertyList::Array | |
front() | CP_PropertyList::Array | |
GetArrayValue(size_type inIndex) const | CP_PropertyList::Array | |
GetBooleanValue(size_type inIndex) const | CP_PropertyList::Array | |
GetCFRef() const | CP_CFObject< CFArrayRef > | [protected] |
GetDateTimeValue(size_type inIndex) const | CP_PropertyList::Array | |
GetDateTimeValue(size_type inIndex, CP_Date *outDate, CP_Time *outTime) const | CP_PropertyList::Array | |
GetDictionaryValue(size_type inIndex) const | CP_PropertyList::Array | |
GetFloatValue(size_type inIndex) const | CP_PropertyList::Array | |
GetMutableCFRef() | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
GetNodeCFRef() const | CP_PropertyList::Array | [virtual] |
GetRefCount() const | CP_M_RefCounted | |
GetSInt32Value(size_type inIndex) const | CP_PropertyList::Array | |
GetStringValue(size_type inIndex) const | CP_PropertyList::Array | |
GetUInt32Value(size_type inIndex) const | CP_PropertyList::Array | |
GetUUIDValue(size_type inIndex) const | CP_PropertyList::Array | |
GetValue(size_type inIndex) const | CP_PropertyList::Array | |
IsValid() const | CP_CFObject< CFArrayRef > | [protected] |
iterator typedef | CP_PropertyList::Array | |
MakeMutable() const | CP_PropertyList::Array | |
CP_CFMutableObject< CFArrayRef, CFMutableArrayRef >::MakeMutable() | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
MutableCopy(CFArrayRefinCFRef) | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
NodeType() const | CP_PropertyList::Array | [virtual] |
npos enum value | CP_PropertyList::Array | |
operator TMutableCFRef() | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected] |
operator=(const CP_M_RefCounted &inRefCounted) | CP_M_RefCounted | |
operator[](size_type inIndex) const | CP_PropertyList::Array | |
operator[](size_type inIndex) | CP_PropertyList::Array | |
PrintToLog(CP_LogFile &inLogFile, SInt32 inLevel=0, SInt32 inIndentLevel=0) const | CP_PropertyList::Array | [virtual] |
rbegin() | CP_PropertyList::Array | |
rbegin() const | CP_PropertyList::Array | |
reference typedef | CP_PropertyList::Array | |
RemoveReference() const | CP_M_RefCounted | |
rend() | CP_PropertyList::Array | |
rend() const | CP_PropertyList::Array | |
resize(size_type inNewSize) | CP_PropertyList::Array | |
reverse_iterator typedef | CP_PropertyList::Array | |
SetBooleanValue(size_type inIndex, bool inValue) | CP_PropertyList::Array | |
SetDateTimeValue(size_type inIndex, const CP_DateTime &inDateTime) | CP_PropertyList::Array | |
SetDateTimeValue(size_type inIndex, const CP_Date &inDate) | CP_PropertyList::Array | |
SetDateTimeValue(size_type inIndex, const CP_Time &inTime) | CP_PropertyList::Array | |
SetNumberValue(size_type inIndex, UInt32 inValue) | CP_PropertyList::Array | |
SetNumberValue(size_type inIndex, double inValue) | CP_PropertyList::Array | |
SetStringValue(size_type inIndex, const CP_String &inValue) | CP_PropertyList::Array | |
SetUUIDValue(size_type inIndex, const CP_UUID &inUUID) | CP_PropertyList::Array | |
SetValue(size_type inIndex, const Node &inValue) | CP_PropertyList::Array | |
size() const | CP_PropertyList::Array | |
size_type typedef | CP_PropertyList::Array | |
value_type typedef | CP_PropertyList::Array | |
WriteXMLData(CP_OutStream &inXMLDataStream) const | CP_PropertyList::Node | [virtual] |
~Array() | CP_PropertyList::Array | [virtual] |
~CP_CFMutableObject() | CP_CFMutableObject< CFArrayRef, CFMutableArrayRef > | [protected, virtual] |
~CP_CFObject() | CP_CFObject< CFArrayRef > | [protected, virtual] |
~CP_M_RefCounted() | CP_M_RefCounted | [protected, virtual] |
~Node() | CP_PropertyList::Node | [virtual] |