ACE_Argv_Type_Converter Class ReferenceTo convert 'char' input/command line parameter to 'wchar_t'. More...
Detailed DescriptionTo convert 'char' input/command line parameter to 'wchar_t'.This class is to convert 'char' type command line paramter to wide-character (wchar_t) format and stores the copy of it. This is useful for all classes that use 'char**' argv but cannot be converted into 'ACE_TCHAR**' version. Note that the converted data will be lost upon destruction, so classes should use this class as their data member. Constructor & Destructor Documentation
Copy Constructor should not be used.
Member Function Documentation
Returns the pointer of converted command line.
Returns the pointer of ASCII (char) command line.
Returns the number of sub paramters (argc).
Assignment '=' operator should not be used.
Member Data Documentation
Original number of input paramter, same as 'argc'.
Data member pointer that contains converted argv in ACE_ANTI_TCHAR.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:11 2008 for ACE by 1.5.5 |