Functions | |
static std::ostream & | operator<< (std::ostream &out, const EDoc::Dictionary &value) |
Print a dictionary to a std ostream. | |
static std::ostream & | operator<< (std::ostream &out, const EDoc::DictionarySpecific &value) |
See DictionarySpecific::Print(). | |
static std::ostream & | operator<< (std::ostream &out, const EDoc::PStack &value) |
Overloaded instertion operator calls PStack::Print(). | |
static std::ostream & | operator<< (std::ostream &out, const EDoc::TranslationUnit &value) |
See TranslationUnit::Print(). |
static std::ostream& std::operator<< | ( | std::ostream & | out, | |
const EDoc::TranslationUnit & | value | |||
) | [inline, static] |
See TranslationUnit::Print().
Definition at line 177 of file TranslationUnit.h.
References EDoc::TranslationUnit::Print().
static std::ostream& std::operator<< | ( | std::ostream & | out, | |
const EDoc::PStack & | value | |||
) | [inline, static] |
Overloaded instertion operator calls PStack::Print().
Definition at line 121 of file PStack.h.
References EDoc::PStack::Print().
static std::ostream& std::operator<< | ( | std::ostream & | out, | |
const EDoc::DictionarySpecific & | value | |||
) | [inline, static] |
See DictionarySpecific::Print().
Definition at line 176 of file DictionarySpecific.h.
References EDoc::DictionarySpecific::Print().
static std::ostream& std::operator<< | ( | std::ostream & | out, | |
const EDoc::Dictionary & | value | |||
) | [inline, static] |
Print a dictionary to a std ostream.
Definition at line 600 of file Dictionary.h.
References EDoc::Dictionary::Print().