Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Functions
a_material.h File Reference
#include <iostream>
#include <sstream>
#include <string>
+ Include dependency graph for a_material.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  a_material
 

Functions

std::istream & operator>> (std::istream &i, a_material &m)
 
std::ostream & operator<< (std::ostream &o, const a_material &m)
 
std::istream & operator>> (std::istream &i, a_material *m)
 
std::ostream & operator<< (std::ostream &o, const a_material *m)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  o,
const a_material m 
)

Definition at line 60 of file a_material.cxx.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  o,
const a_material m 
)

Definition at line 72 of file a_material.cxx.

+ Here is the call graph for this function:

◆ operator>>() [1/2]

std::istream& operator>> ( std::istream &  i,
a_material m 
)

Definition at line 54 of file a_material.cxx.

+ Here is the call graph for this function:

◆ operator>>() [2/2]

std::istream& operator>> ( std::istream &  i,
a_material m 
)

Definition at line 66 of file a_material.cxx.

+ Here is the call graph for this function: