|
ACT-CV - Machine Vision for Cognitive Modeling
|
wide char version of GCString More...
#include <GCString.h>


Public Member Functions | |
| GCWString (const wchar_t *s) | |
| GCWString (const std::wstring &s) | |
| GCWString (const char *s) | |
| GCWString (const wchar_t *s, unsigned int first, unsigned int lastPlusOne) | |
| GCWString (const std::string &s) | |
| const wchar_t * | GetString () const |
| const size_t | GetSize () const |
| GCWString | SubString (unsigned int first, unsigned int lastPlusOne) const |
| void | ToLower () |
Public Member Functions inherited from ReferenceCount | |
| ReferenceCount () | |
| virtual | ~ReferenceCount () |
| void | IncRefCount () |
| void | DecRefCount () |
Private Member Functions | |
| GCWString () | |
Private Attributes | |
| std::wstring | m_s |
wide char version of GCString
Definition at line 59 of file GCString.h.
|
private |
Definition at line 61 of file GCString.h.
Referenced by SubString().
| GCWString::GCWString | ( | const wchar_t * | s) |
Definition at line 63 of file GCString.h.
| GCWString::GCWString | ( | const std::wstring & | s) |
Definition at line 64 of file GCString.h.
| GCWString::GCWString | ( | const char * | s) |
Definition at line 65 of file GCString.h.
References m_s.
| GCWString::GCWString | ( | const wchar_t * | s, |
| unsigned int | first, | ||
| unsigned int | lastPlusOne | ||
| ) |
Definition at line 70 of file GCString.h.
References m_s.
| GCWString::GCWString | ( | const std::string & | s) |
Definition at line 73 of file GCString.h.
References m_s.
| const size_t GCWString::GetSize | ( | ) | const |
Definition at line 81 of file GCString.h.
References m_s.
| const wchar_t* GCWString::GetString | ( | ) | const |
Definition at line 78 of file GCString.h.
References m_s.
| GCWString GCWString::SubString | ( | unsigned int | first, |
| unsigned int | lastPlusOne | ||
| ) | const |
Definition at line 84 of file GCString.h.
References GCWString(), and m_s.
| void GCWString::ToLower | ( | ) |
Definition at line 87 of file GCString.h.
References m_s.
|
private |
Definition at line 60 of file GCString.h.
Referenced by GCWString(), GetSize(), GetString(), SubString(), and ToLower().