Portable string implementation. More...
Go to the source code of this file.
Classes | |
class | GENICAM_NAMESPACE::gcstring |
A string class which is a clone of std::string. More... | |
Namespaces | |
namespace | GENICAM_NAMESPACE |
Defines | |
#define | GCSTRING_NPOS size_t(-1) |
Indicates either 'not found' or 'all remaining characters'. | |
Functions | |
std::istream & | GENICAM_NAMESPACE::getline (std::istream &is, GENICAM_NAMESPACE::gcstring &str) |
STL getline. | |
std::istream & | GENICAM_NAMESPACE::getline (std::istream &is, GENICAM_NAMESPACE::gcstring &str, char delim) |
STL getline. | |
std::ostream & | operator<< (std::ostream &ostr, const GENICAM_NAMESPACE::gcstring &str) |
STL operator out. | |
std::istream & | operator>> (std::istream &istr, GENICAM_NAMESPACE::gcstring &str) |
STL operator in. | |
GCBASE_API void | GENICAM_NAMESPACE::ThrowBadAlloc (const char *source, int line) |
Portable string implementation.
Definition in file GCString.h.
#define GCSTRING_NPOS size_t(-1) |
Indicates either 'not found' or 'all remaining characters'.
Definition at line 44 of file GCString.h.