RSC  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Printable.cpp File Reference
#include "Printable.h"
#include <iostream>
#include <string>
#include "TypeStringTools.h"
Include dependency graph for Printable.cpp:

Go to the source code of this file.

Namespaces

namespace  rsc
namespace  rsc::runtime

Functions

ostream & rsc::runtime::operator<< (std::ostream &stream, const Printable &printable)
 Output operator on std::ostream for reference Printables.
ostream & rsc::runtime::operator<< (std::ostream &stream, const Printable *printable)
 Output operator on std::ostream for pointer Printables.