Skip to content

GenICam#

Contains definitions of GenICam types and exceptions. More…

Classes#

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

Functions#

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

Detailed Description#

Contains definitions of GenICam types and exceptions.

GenICam is an alias for a more complex namespace name, e.g. GenICam_3_1_Basler_pylon. Throughout this documentation, only the alias GenICam is used. When programming applications using pylon, we also recommend to only use the Pylon and the GenApi namespaces. Most of the types in the GenICam namespace can also be found in the Pylon namespace. You should use Pylon::String_t instead of GenICam::gcstring and Pylon::GenericException instead of GenICam::GenericException. The latter applies to all exceptions in the GenICam namespace.

Functions Documentation#

function getline#

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

STL getline

function getline#

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

STL getline