mimmo custom derivation of bitpit IBinaryStream (see relative doc) More...
#include <mimmo_binary_stream.hpp>
Public Member Functions | |
IBinaryStream (const char *buffer, std::size_t size) | |
IBinaryStream (const std::vector< char > &buffer) | |
IBinaryStream (std::size_t size) | |
IBinaryStream (void) | |
Detailed Description
mimmo custom derivation of bitpit IBinaryStream (see relative doc)
Definition at line 41 of file mimmo_binary_stream.hpp.
Constructor & Destructor Documentation
◆ IBinaryStream() [1/4]
mimmo::IBinaryStream::IBinaryStream | ( | void | ) |
base constructor
Definition at line 30 of file mimmo_binary_stream.cpp.
◆ IBinaryStream() [2/4]
mimmo::IBinaryStream::IBinaryStream | ( | std::size_t | size | ) |
custom constructor
- Parameters
-
[in] size of the buffer
Definition at line 35 of file mimmo_binary_stream.cpp.
◆ IBinaryStream() [3/4]
mimmo::IBinaryStream::IBinaryStream | ( | const char * | buffer, |
std::size_t | size | ||
) |
custom constructor
- Parameters
-
[in] buffer pointer to buffer [in] size size of the buffer
Definition at line 41 of file mimmo_binary_stream.cpp.
◆ IBinaryStream() [4/4]
mimmo::IBinaryStream::IBinaryStream | ( | const std::vector< char > & | buffer | ) |
custom constructor
- Parameters
-
[in] buffer as vector of char
Definition at line 46 of file mimmo_binary_stream.cpp.
The documentation for this class was generated from the following files:
- src/common/mimmo_binary_stream.hpp
- src/common/mimmo_binary_stream.cpp