GenApi  3.5.1
Classes | Macros | Functions

Portable string implementation. More...

Go to the source code of this file.

Classes

class  gcstring
 A string class which is a clone of std::string. More...
 

Macros

#define GCSTRING_NPOS   size_t(-1)
 Indicates either 'not found' or 'all remaining characters'.
 

Functions

std::istream & getline (std::istream &is, GENICAM_NAMESPACE::gcstring &str)
 
std::istream & getline (std::istream &is, GENICAM_NAMESPACE::gcstring &str, char delim)
 
std::ostream & operator<< (std::ostream &ostr, const GENICAM_NAMESPACE::gcstring &str)
 
std::istream & operator>> (std::istream &istr, GENICAM_NAMESPACE::gcstring &str)