ASL  0.1.7
Advanced Simulation Library
Public Member Functions | Related Functions | List of all members

ABD (ASL Binary Dump) file, output. More...

#include <aslABDFormat.h>

Inheritance diagram for asl::ABDFileOut:
Inheritance graph
[legend]
Collaboration diagram for asl::ABDFileOut:
Collaboration graph
[legend]

Public Member Functions

 ABDFileOut ()
 
 ABDFileOut (string name)
 
 ABDFileOut ()
 
 ABDFileOut (string name)
 

Related Functions

(Note that these are not member functions.)

ABDFileOutoperator<< (ABDFileOut &f, const int a)
 
ABDFileOutoperator<< (ABDFileOut &f, const unsigned int a)
 
ABDFileOutoperator<< (ABDFileOut &f, const float a)
 
ABDFileOutoperator<< (ABDFileOut &f, const double a)
 
template<typename T >
ABDFileOutoperator<< (ABDFileOut &f, pair< T *, unsigned int > a)
 
ABDFileOutoperator<< (ABDFileOut &f, const string &a)
 
template<typename T >
ABDFileOutoperator<< (ABDFileOut &f, const AVec< T > &a)
 
ABDFileOutoperator<< (ABDFileOut &f, const Block &a)
 
ABDFileOutoperator<< (ABDFileOut &f, const AbstractData &a)
 writes data. It is assumed that the Block is written separately More...
 
ABDFileOutoperator<< (ABDFileOut &f, const int a)
 
ABDFileOutoperator<< (ABDFileOut &f, const unsigned int a)
 
ABDFileOutoperator<< (ABDFileOut &f, const float a)
 
ABDFileOutoperator<< (ABDFileOut &f, const double a)
 
template<typename T >
ABDFileOutoperator<< (ABDFileOut &f, pair< T *, unsigned int > a)
 
ABDFileOutoperator<< (ABDFileOut &f, const string &a)
 
template<typename T >
ABDFileOutoperator<< (ABDFileOut &f, const AVec< T > &a)
 
ABDFileOutoperator<< (ABDFileOut &f, const Block &a)
 
ABDFileOutoperator<< (ABDFileOut &f, const AbstractData &a)
 writes data. It is assumed that the Block is written separately More...
 

Detailed Description

ABD (ASL Binary Dump) file, output.

Examples:
testABDFormat.cc.

Definition at line 59 of file aslABDFormat.h.

Constructor & Destructor Documentation

§ ABDFileOut() [1/4]

asl::ABDFileOut::ABDFileOut ( )
inline

Definition at line 148 of file aslABDFormat.h.

§ ABDFileOut() [2/4]

asl::ABDFileOut::ABDFileOut ( string  name)
inline

Definition at line 150 of file aslABDFormat.h.

§ ABDFileOut() [3/4]

asl::ABDFileOut::ABDFileOut ( )
inline

§ ABDFileOut() [4/4]

asl::ABDFileOut::ABDFileOut ( string  name)
inline

Friends And Related Function Documentation

§ operator<<() [1/18]

ABDFileOut & operator<< ( ABDFileOut f,
const int  a 
)
related

Definition at line 154 of file aslABDFormat.h.

§ operator<<() [2/18]

ABDFileOut & operator<< ( ABDFileOut f,
const int  a 
)
related

Definition at line 154 of file aslABDFormat.h.

§ operator<<() [3/18]

ABDFileOut & operator<< ( ABDFileOut f,
const unsigned int  a 
)
related

Definition at line 166 of file aslABDFormat.h.

§ operator<<() [4/18]

ABDFileOut & operator<< ( ABDFileOut f,
const unsigned int  a 
)
related

Definition at line 166 of file aslABDFormat.h.

§ operator<<() [5/18]

ABDFileOut & operator<< ( ABDFileOut f,
const float  a 
)
related

Definition at line 178 of file aslABDFormat.h.

§ operator<<() [6/18]

ABDFileOut & operator<< ( ABDFileOut f,
const float  a 
)
related

Definition at line 178 of file aslABDFormat.h.

§ operator<<() [7/18]

ABDFileOut & operator<< ( ABDFileOut f,
const double  a 
)
related

Definition at line 190 of file aslABDFormat.h.

§ operator<<() [8/18]

ABDFileOut & operator<< ( ABDFileOut f,
const double  a 
)
related

Definition at line 190 of file aslABDFormat.h.

§ operator<<() [9/18]

template<typename T >
ABDFileOut & operator<< ( ABDFileOut f,
pair< T *, unsigned int >  a 
)
related

Definition at line 203 of file aslABDFormat.h.

§ operator<<() [10/18]

template<typename T >
ABDFileOut & operator<< ( ABDFileOut f,
pair< T *, unsigned int >  a 
)
related

Definition at line 203 of file aslABDFormat.h.

§ operator<<() [11/18]

ABDFileOut & operator<< ( ABDFileOut f,
const string &  a 
)
related

Definition at line 214 of file aslABDFormat.h.

§ operator<<() [12/18]

ABDFileOut & operator<< ( ABDFileOut f,
const string &  a 
)
related

Definition at line 214 of file aslABDFormat.h.

§ operator<<() [13/18]

template<typename T >
ABDFileOut & operator<< ( ABDFileOut f,
const AVec< T > &  a 
)
related

Definition at line 227 of file aslABDFormat.h.

§ operator<<() [14/18]

template<typename T >
ABDFileOut & operator<< ( ABDFileOut f,
const AVec< T > &  a 
)
related

Definition at line 227 of file aslABDFormat.h.

§ operator<<() [15/18]

ABDFileOut & operator<< ( ABDFileOut f,
const Block a 
)
related

§ operator<<() [16/18]

ABDFileOut & operator<< ( ABDFileOut f,
const Block a 
)
related

§ operator<<() [17/18]

ABDFileOut & operator<< ( ABDFileOut f,
const AbstractData a 
)
related

writes data. It is assumed that the Block is written separately

The function writes only the first element

§ operator<<() [18/18]

ABDFileOut & operator<< ( ABDFileOut f,
const AbstractData a 
)
related

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: