10 #include <format/format.h> 24 std::ostringstream os;
37 std::ostringstream os;
50 os <<
"{ BObjectImp: " << typestr( type() ) <<
" }";
55 os <<
"{ Uninitialized Object }";
60 os <<
" { Array[" << ref_arr.size() <<
"] }";
65 os <<
'\"' << value_ <<
'\"';
69 void SubString::printOn(std::ostream& os )
const 72 os << ref_String->value_.substr( begin-1, len );
91 os << ( bval_ ?
"true" :
"false" );
virtual void printOn(std::ostream &) const
virtual void printOn(std::ostream &os) const POL_OVERRIDE
virtual void printOn(std::ostream &) const POL_OVERRIDE
virtual void printOn(std::ostream &os) const POL_OVERRIDE
void printOn(std::ostream &) const
std::ostream & operator<<(std::ostream &os, const CompilerContext &ctx)
virtual void printOn(std::ostream &) const POL_OVERRIDE
virtual void printOn(std::ostream &) const POL_OVERRIDE
ref_ptr< BObjectImp > objimp
virtual void printOn(std::ostream &) const POL_OVERRIDE
static const char * typestr(BObjectType typ)