All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
GCString.h File Reference

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)
 

Detailed Description

Portable string implementation.


pylon 5.0.5
Copyright © 2006-2016 Basler AG (Thu Aug 11 2016 18:01:27)