binaryoutputerror(3)
NAME
BinaryOutputError
SYNOPSIS
#include <error.h> Inherits SteghideError. Public Types enum TYPE { FILE_ERR, STDOUT_ERR } Public Member Functions BinaryOutputError (std::string fn) TYPE getType (void) Protected Member Functions void setType (TYPE t) Private Attributes TYPE type
Member Enumeration Documentation
- enum BinaryOutputError::TYPE
- Enumerator:
- FILE_ERR
- STDOUT_ERR
Constructor & Destructor Documentation
BinaryOutputError::BinaryOutputError (std::string fn)
Member Function Documentation
BinaryOutputError::TYPE BinaryOutputError::getType (void) void BinaryOutputError::setType (TYPE t) [protected]
Member Data Documentation
TYPE BinaryOutputError::type [private]
Author
- Generated automatically by Doxygen for steghide from the source code.