ASL
0.1.7
Advanced Simulation Library
|
ABD (ASL Binary Dump) file, input. More...
#include <aslABDFormat.h>
Public Member Functions | |
ABDFileIn () | |
ABDFileIn (string name) | |
Related Functions | |
(Note that these are not member functions.) | |
ABDFileIn & | operator>> (ABDFileIn &f, int &a) |
ABDFileIn & | operator>> (ABDFileIn &f, unsigned int &a) |
ABDFileIn & | operator>> (ABDFileIn &f, float &a) |
ABDFileIn & | operator>> (ABDFileIn &f, double &a) |
template<typename T > | |
ABDFileIn & | operator>> (ABDFileIn &f, pair< T *, unsigned int > a) |
ABDFileIn & | operator>> (ABDFileIn &f, string &a) |
template<typename T > | |
ABDFileIn & | operator>> (ABDFileIn &f, AVec< T > &a) |
ABDFileIn & | operator>> (ABDFileIn &f, Block &a) |
ABDFileIn & | operator>> (ABDFileIn &f, AbstractData &a) |
reads data. It is assumed that the class has the propper size More... | |
ABDFileIn & | get (ABDFileIn &f, AbstractData &a, std::shared_ptr< double > d) |
reads data. It is assumed that the class has the propper size More... | |
ABD (ASL Binary Dump) file, input.
Definition at line 49 of file aslABDFormat.h.
|
inline |
Definition at line 142 of file aslABDFormat.h.
|
inline |
Definition at line 144 of file aslABDFormat.h.
|
related |
reads data. It is assumed that the class has the propper size
The function reads only the first element. Additionaly it creates and stores data in the memory d
; in case of d.get()==0 defineds whether the new d should be allocated
Definition at line 160 of file aslABDFormat.h.
Definition at line 172 of file aslABDFormat.h.
Definition at line 184 of file aslABDFormat.h.
Definition at line 196 of file aslABDFormat.h.
Definition at line 208 of file aslABDFormat.h.
Definition at line 220 of file aslABDFormat.h.
Definition at line 234 of file aslABDFormat.h.
|
related |
reads data. It is assumed that the class has the propper size
The function writes only the first element