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.
| asl::ABDFileOut::ABDFileOut |
( |
| ) |
|
|
inline |
| asl::ABDFileOut::ABDFileOut |
( |
string |
name | ) |
|
|
inline |
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: