Binary_Output is a subclass of Binary_IO that contains an ostream reference.
More...
#include <Binary_IO.hh>
List of all members.
Detailed Description
Binary_Output is a subclass of Binary_IO that contains an ostream reference.
Constructor & Destructor Documentation
PIRL::Binary_Output::Binary_Output |
( |
std::ostream & |
stream, |
|
|
bool |
reversed = false |
|
) |
| [inline, explicit] |
PIRL::Binary_Output::Binary_Output |
( |
std::ostream & |
stream, |
|
|
Data_Order |
data_order |
|
) |
| [inline, explicit] |
Member Function Documentation
template<typename T >
Binary_Output& PIRL::Binary_Output::put |
( |
T * |
value, |
|
|
unsigned int |
amount |
|
) |
| [inline] |
Output of an array of any type.
References put(), and Stream.
Binary_Output& PIRL::Binary_Output::put_3 |
( |
const int & |
value ) |
[inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: