Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include <iostream>
#include <sstream>
#include <string>
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) |
std::ostream& operator<< | ( | std::ostream & | o, |
const a_material & | m | ||
) |
std::ostream& operator<< | ( | std::ostream & | o, |
const a_material * | m | ||
) |
std::istream& operator>> | ( | std::istream & | i, |
a_material & | m | ||
) |
std::istream& operator>> | ( | std::istream & | i, |
a_material * | m | ||
) |