RSC  0.17.1
Properties.h File Reference
#include <string>
#include <map>
#include <utility>
#include <iostream>
#include <boost/any.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/format.hpp>
#include <boost/operators.hpp>
#include "rsc/rscexports.h"
#include "NoSuchObject.h"
#include "TypeStringTools.h"
Include dependency graph for Properties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::runtime::Properties
 Properties objects are basically glorified map<string, boost::any> objects. More...
 

Namespaces

 rsc
 
 rsc::runtime
 

Functions

Properties rsc::runtime::operator<< (const Properties &left, const Properties &right)
 Merge left and right. More...
 
template<typename Ch , typename Tr >
std::basic_ostream< Ch, Tr > & rsc::runtime::operator<< (std::basic_ostream< Ch, Tr > &stream, const std::pair< std::string, boost::any > &property)
 
template<typename Ch , typename Tr >
std::basic_ostream< Ch, Tr > & rsc::runtime::operator<< (std::basic_ostream< Ch, Tr > &stream, const Properties &properties)