
#include <xi-util.h>

Public Member Functions | |
| virtual void | print (XStr &str)=0 |
| operator XStr () | |
Friends | |
| XStr & | operator<< (XStr &str, Printable &p) |
| XStr & | operator<< (XStr &str, Printable *p) |
Definition at line 77 of file xi-util.h.
| virtual void xi::Printable::print | ( | XStr & | str | ) | [pure virtual] |
Implemented in xi::Value, xi::ValueList, xi::ConstructList, xi::Type, xi::BuiltinType, xi::NamedType, xi::PtrType, xi::ReferenceType, xi::TypeList, xi::FuncType, xi::TParamList, xi::TParamType, xi::TParamVal, xi::Scope, xi::UsingScope, xi::Template, xi::TType, xi::TFunc, xi::TName, xi::TVarList, xi::MemberList, xi::Chare, xi::MsgVarList, xi::Message, xi::Entry, xi::AccelBlock, xi::Module, xi::ModuleList, xi::Readonly, xi::InitCall, xi::PUPableClass, xi::IncludeFile, and xi::ClassDeclaration.
Referenced by operator XStr(), xi::Template::print(), xi::TVarList::print(), xi::MemberList::print(), xi::TParamList::print(), and xi::ConstructList::print().
| xi::Printable::operator XStr | ( | ) | [inline] |
1.5.5