Definition of ODevFileStream and IDevFileStream. More...
#include <iomanip>
#include <iosfwd>
#include <cstring>
#include <Base/GCUtilities.h>
#include <GenICamFwd.h>
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::FileProtocolAdapter |
Adapter between the std::iostreambuf and the SFNC Features representing the device filesystem. More... | |
class | GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits > |
class | GENAPI_NAMESPACE::IDevFileStreamBuf< CharType, Traits > |
class | GENAPI_NAMESPACE::ODevFileStreamBase< CharType, Traits > |
class | GENAPI_NAMESPACE::ODevFileStreamBuf< CharType, Traits > |
Namespaces | |
namespace | GENAPI_NAMESPACE |
Part of the generic device API. | |
Typedefs | |
typedef int64_t | GenICam_streamsize |
typedef IDevFileStreamBase < char, std::char_traits< char > > | GENAPI_NAMESPACE::IDevFileStream |
typedef ODevFileStreamBase < char, std::char_traits< char > > | GENAPI_NAMESPACE::ODevFileStream |
Definition of ODevFileStream and IDevFileStream.
Definition in file Filestream.h.
typedef int64_t GenICam_streamsize |
Definition at line 53 of file Filestream.h.