Classes | Namespaces | Macros | Functions
GCString.h File Reference

Portable string implementation. More...

#include <string>
#include <iostream>
#include "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::ostream & operator<< (std::ostream &ostr, const GenICam::gcstring &str)
 
std::istream & operator>> (std::istream &istr, GenICam::gcstring &str)
 

Detailed Description

Portable string implementation.


© 2006-2014 Basler (Tue Jul 22 2014 11:41:22)