Definition of the DeviceInfoList_t, TLInfoList_t, and InterfaceInfoList_t classes. More...
#include <pylon/Platform.h>
#include <pylon/PylonBase.h>
#include <pylon/DeviceInfo.h>
#include <pylon/TlInfo.h>
#include <pylon/InterfaceInfo.h>
#include <vector>
Classes | |
class | Pylon::TList< T > |
STL std::vector like container class. More... | |
class | Pylon::DeviceInfoList |
STL std::vector like container for Pylon::CDeviceInfo objects. More... | |
class | Pylon::TlInfoList |
STL std::vector like container for Pylon::CTlInfo objects. More... | |
class | Pylon::InterfaceInfoList |
STL std::vector like container for Pylon::CInterfaceInfo objects. More... | |
Namespaces | |
Pylon | |
Contains definitions of pylon types. | |
Typedefs | |
typedef DeviceInfoList | Pylon::DeviceInfoList_t |
STL std::vector like container for Pylon::CDeviceInfo objects. More... | |
typedef TlInfoList | Pylon::TlInfoList_t |
STL std::vector like container for Pylon::CTlInfo objects. More... | |
typedef InterfaceInfoList | Pylon::InterfaceInfoList_t |
STL std::vector like container for Pylon::CInterfaceInfo objects. More... | |
Functions | |
template<class T > | |
TList< T >::iterator | Pylon::operator+ (intptr_t iInc, const typename TList< T >::iterator &iter) |
Gets the sum of the given iInc and the given iter. More... | |
Definition of the DeviceInfoList_t, TLInfoList_t, and InterfaceInfoList_t classes.