Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_XMLAttributes.h File Reference


Typedefs

typedef std::map< CP_String,
CP_String, std::less< CP_String
> >::iterator 
CP_Attribute_Iterator
typedef std::pair< const CP_String,
CP_String
CP_Attribute_Entry

Functions

CP_String XMLToCP_StringcharData (const XML_Char *s, SInt32 inLength)
CP_String XMLToCP_StringcharData_private (const XML_Char *s, SInt32 inLength)

Variables

CPLAT_Begin_Namespace_CPLAT
typedef std::map< CP_String,
CP_String, std::less< CP_String > > 
CP_Attribute_List

Typedef Documentation

typedef std::map<CP_String, CP_String, std::less<CP_String> >::iterator CP_Attribute_Iterator
 

typedef std::pair<const CP_String, CP_String> CP_Attribute_Entry
 


Function Documentation

CP_String XMLToCP_StringcharData const XML_Char *  s,
SInt32  inLength
 

Convert the passed in char data to a CP_String formatting from XML data to a CP_String.

Parameters:
s Points to the beginning of the string data.
inLength The number of characters from the passed in string.
Exceptions:
none 
Returns:
CP_String Returns the converted string data.

CP_String XMLToCP_StringcharData_private const XML_Char *  inStringData,
SInt32  inLength
 

Convert the passed in char data to a CP_String formatting from XML data to a CP_String. Private routine to hanndle the conversion.

Parameters:
inStringData Points to the beginning of the string data.
inLength The number of characters from the passed in string.
Exceptions:
none 
Returns:
CP_String Returns the converted string data.


Variable Documentation

CPLAT_Begin_Namespace_CPLAT typedef std::map<CP_String, CP_String, std::less<CP_String> > CP_Attribute_List
 


Generated on Tue Sep 20 20:21:30 2005 for CPLAT_MacOS by  doxygen 1.4.0