C++ MonsterDoc:
|
||||||
|
Class OverviewThe
InheritanceThis class has no ancestors. RequirementsThis class has no additional requirements. Files
publicAuPStrToCStr( ~AuPStrToCStr( inline protectedprivatechar* AuPStrToCStr( AuPStrToCStr( const AuPStrToCStr&
staticsThere are no static methods introduced with this class. overridesThis class does not override any methods. new virtualsThere are no virtual functions introduced with this class.
Member Datachar* myCStr; This is the address of the string which will need to be converted back to a Pascal-string upon destruction. AuPStrToCStrConverts a Pascal-style string to a C-style string. AuPStrToCStr( The argument is the string to convert. AuPStrToCStr( This constructor is not implemented. AuPStrToCStr( This constructor is not implemented. ~AuPStrToCStr~AuPStrToCStr( Converts the string back to a C-style string. CStrinline Accesses the string as a signed char* so that you can avoid using a type-cast. Although you can still access the string with the variable passed to the constructor, it will have the wrong type for most uses. operator=const AuPStrToCStr& This operator is not implemented. |
|||||
©1999-2004 Monsterworks Last Modified: |