Points&Forces (core)
Software tools facilitating the task of surveying architecture
Functions
a_base.cxx File Reference
#include "a_base.h"
#include <sstream>
#include <fstream>
+ Include dependency graph for a_base.cxx:

Go to the source code of this file.

Functions

std::istream & operator>> (std::istream &i, a_base &s)
 
std::ostream & operator<< (std::ostream &o, const a_base &s)
 
std::istream & operator>> (std::istream &i, a_base *s)
 
std::ostream & operator<< (std::ostream &o, const a_base *s)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  o,
const a_base s 
)

write object to stream: meant to be reused by children classes

Definition at line 62 of file a_base.cxx.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  o,
const a_base s 
)

write object refered by pointer to stream: meant to be reused by children classes

Definition at line 74 of file a_base.cxx.

◆ operator>>() [1/2]

std::istream& operator>> ( std::istream &  i,
a_base s 
)

read object from stream: meant to be reused by children classes

Definition at line 56 of file a_base.cxx.

◆ operator>>() [2/2]

std::istream& operator>> ( std::istream &  i,
a_base s 
)

read object refered by pointer from stream: meant to be reused by children classes

Definition at line 68 of file a_base.cxx.