ACT-CV - Machine Vision for Cognitive Modeling
|
string for the use with GCPointer More...
#include <GCString.h>
Public Member Functions | |
GCString (const char *s) | |
GCString (const std::string &s) | |
GCString (const char *s, int n) | |
const char * | GetString () const |
const size_t | GetSize () const |
Public Member Functions inherited from ReferenceCount | |
ReferenceCount () | |
virtual | ~ReferenceCount () |
void | IncRefCount () |
void | DecRefCount () |
Private Attributes | |
std::string | m_s |
string for the use with GCPointer
every object holds its own copy of the string
copy constructor
operator =
Definition at line 42 of file GCString.h.
GCString::GCString | ( | const char * | s) |
Definition at line 45 of file GCString.h.
GCString::GCString | ( | const std::string & | s) |
Definition at line 46 of file GCString.h.
GCString::GCString | ( | const char * | s, |
int | n | ||
) |
Definition at line 47 of file GCString.h.
References m_s.
const size_t GCString::GetSize | ( | ) | const |
Definition at line 53 of file GCString.h.
References m_s.
const char* GCString::GetString | ( | ) | const |
Definition at line 50 of file GCString.h.
References m_s.
Referenced by AddRecognitionInternal(), MatchBase::GetVisiconName(), MatchContour::Match(), MatchContour::MatchContour(), SelectSourceInternal(), and MatchContour::~MatchContour().
|
private |
Definition at line 43 of file GCString.h.
Referenced by GCString(), GetSize(), and GetString().