ABD (ASL Binary Dump) file, output.
More...
#include <aslABDFormat.h>
|
(Note that these are not member functions.)
|
ABDFileOut & | operator<< (ABDFileOut &f, const int a) |
|
ABDFileOut & | operator<< (ABDFileOut &f, const unsigned int a) |
|
ABDFileOut & | operator<< (ABDFileOut &f, const float a) |
|
ABDFileOut & | operator<< (ABDFileOut &f, const double a) |
|
template<typename T > |
ABDFileOut & | operator<< (ABDFileOut &f, pair< T *, unsigned int > a) |
|
ABDFileOut & | operator<< (ABDFileOut &f, const string &a) |
|
template<typename T > |
ABDFileOut & | operator<< (ABDFileOut &f, const AVec< T > &a) |
|
ABDFileOut & | operator<< (ABDFileOut &f, const Block &a) |
|
ABDFileOut & | operator<< (ABDFileOut &f, const AbstractData &a) |
| writes data. It is assumed that the Block is written separately More...
|
|
ABD (ASL Binary Dump) file, output.
- Examples
- testABDFormat.cc.
Definition at line 59 of file aslABDFormat.h.
◆ ABDFileOut() [1/2]
asl::ABDFileOut::ABDFileOut |
( |
| ) |
|
|
inline |
◆ ABDFileOut() [2/2]
asl::ABDFileOut::ABDFileOut |
( |
string |
name | ) |
|
|
inline |
◆ operator<<() [1/9]
◆ operator<<() [2/9]
◆ operator<<() [3/9]
◆ operator<<() [4/9]
◆ operator<<() [5/9]
◆ operator<<() [6/9]
◆ operator<<() [7/9]
◆ operator<<() [8/9]
◆ operator<<() [9/9]
writes data. It is assumed that the Block is written separately
The function writes only the first element
The documentation for this class was generated from the following file: