added command line, added basic character
This commit is contained in:
@@ -10,7 +10,9 @@ public:
|
||||
CUtlString( const CUtlString &sz );
|
||||
|
||||
void AppendTail( const char *psz );
|
||||
void AppendTail( char ch );
|
||||
void AppendHead( const char *psz );
|
||||
void AppendHead( char ch );
|
||||
void AppendAt( size_t nPosition, const char *psz );
|
||||
|
||||
void RemoveTail( size_t nCount );
|
||||
@@ -20,6 +22,7 @@ public:
|
||||
char *GetString( void );
|
||||
size_t GetLenght( void );
|
||||
operator char*( void );
|
||||
operator CUtlVector<char>&( void );
|
||||
CUtlString& operator=(const CUtlString &sz);
|
||||
bool operator==(const char* psz);
|
||||
bool operator!=(const char* psz);
|
||||
|
||||
Reference in New Issue
Block a user