|
ASL 0.1.7
Advanced Simulation Library
|
ABD (ASL Binary Dump) file, output. More...
#include <aslABDFormat.h>
Public Member Functions | |
| ABDFileOut () | |
| ABDFileOut (string name) | |
Related Symbols | |
(Note that these are not member symbols.) | |
| 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 | |
ABD (ASL Binary Dump) file, output.
Definition at line 59 of file aslABDFormat.h.
|
inline |
Definition at line 148 of file aslABDFormat.h.
|
inline |
Definition at line 150 of file aslABDFormat.h.
|
writes data. It is assumed that the Block is written separately
The function writes only the first element
|
Definition at line 227 of file aslABDFormat.h.
|
|
Definition at line 190 of file aslABDFormat.h.
|
Definition at line 178 of file aslABDFormat.h.
|
Definition at line 154 of file aslABDFormat.h.
|
Definition at line 214 of file aslABDFormat.h.
|
Definition at line 166 of file aslABDFormat.h.
|
Definition at line 203 of file aslABDFormat.h.