OKlibrary
0.2.1.6
|
Classes | |
class | Latex_Object |
Functions | |
template<typename T , typename charT , typename traits > | |
Latex_Object< T > & | operator>> (std::basic_istream< charT, traits > &is, Latex_Object< T > &obj) |
template<typename T > | |
Latex_Object< T > & | operator>> (const T &str, Latex_Object< T > &obj) |
template<typename T , typename charT , typename traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const Latex_Object< T > &obj) |
std::basic_ostream<charT, traits>& Doc_Object::operator<< | ( | std::basic_ostream< charT, traits > & | os, |
const Latex_Object< T > & | obj | ||
) |
Definition at line 57 of file Doc_Object_Implementation.hpp.
Latex_Object<T>& Doc_Object::operator>> | ( | std::basic_istream< charT, traits > & | is, |
Latex_Object< T > & | obj | ||
) |
Definition at line 43 of file Doc_Object_Implementation.hpp.
References T.
Latex_Object<T>& Doc_Object::operator>> | ( | const T & | str, |
Latex_Object< T > & | obj | ||
) |
Definition at line 51 of file Doc_Object_Implementation.hpp.