VPTissue Reference Manual
AttributeStore.h File Reference

Interface of AttributeStore. More...

#include <boost/property_tree/ptree.hpp>
#include <algorithm>
#include <cstddef>
#include <functional>
#include <map>
#include <stdexcept>
#include <string>
#include <tuple>
#include <vector>
Include dependency graph for AttributeStore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimPT_Sim::AttributeStore
 Store and manage attributes. More...
 

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 

Functions

template<>
AttributeStore::MapType< std::string > & SimPT_Sim::AttributeStore::IndexMap< std::string > ()
 
template<>
const AttributeStore::MapType< std::string > & SimPT_Sim::AttributeStore::IndexMap< std::string > () const
 
ostream & SimPT_Sim::operator<< (std::ostream &os, const AttributeStore &a)
 Insertion of text representation in ostream.
 

Detailed Description

Interface of AttributeStore.

Definition in file AttributeStore.h.