All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Files | Classes | Macros | Functions
GenICam Base Module Type Definitions
Collaboration diagram for GenICam Base Module Type Definitions:

Files

file  GCException.h
 Standard GenICam Exceptions.
 
file  GCString.h
 Portable string implementation.
 

Classes

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

Macros

#define DECLARE_EXCEPTION(name)
 

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

Macro Definition Documentation

#define DECLARE_EXCEPTION (   name)
Value:
class GCBASE_RTTI_CLASS_API name : public GenICam::GenericException \
{ \
public: \
name( const char* pDescription, const char *pSourceFileName, int SourceLine ); \
name( const char* pDescription, const char *pSourceFileName, int SourceLine, const char* pExceptionType ); \
name( const char* pDescription, const char *pSourceFileName, int SourceLine, const char *pEntryPoint, const char *pErrorNodeName, const char* pExceptionType ); \
}

Creates an exception with the same functionality as the GenericException but being of different type

Function Documentation

std::istream& GenICam::getline ( std::istream &  is,
GenICam::gcstring str 
)
inline

STL getline

std::istream& GenICam::getline ( std::istream &  is,
GenICam::gcstring str,
char  delim 
)
inline

STL getline

std::ostream& operator<< ( std::ostream &  ostr,
const GenICam::gcstring str 
)
inline

STL operator out

std::istream& operator>> ( std::istream &  istr,
GenICam::gcstring str 
)
inline

STL operator in


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