Portable string implementation. More...
#include <new>
#include <string>
#include <iostream>
#include <Base/GCTypes.h>
Classes | |
class | GenICam::gcstring |
A string class which is a clone of std::string. More... | |
Namespaces | |
GenICam | |
Contains definitions of GenICam types and exceptions. | |
Macros | |
#define | GCSTRING_NPOS size_t(-1) |
Indicates either 'not found' or 'all remaining characters'. | |
Functions | |
std::istream & | GenICam::getline (std::istream &is, GenICam::gcstring &str) |
std::istream & | GenICam::getline (std::istream &is, GenICam::gcstring &str, char delim) |
std::ostream & | operator<< (std::ostream &ostr, const GenICam::gcstring &str) |
std::istream & | operator>> (std::istream &istr, GenICam::gcstring &str) |
Portable string implementation.