|
ISIS Core Library 0.7.2 (api 3.0.0)
|
#include <map>#include <string>#include "common.hpp"#include "property.hpp"#include "log.hpp"#include "istring.hpp"#include <set>#include <algorithm>Go to the source code of this file.
Data Structures | |
| struct | isis::util::PropertyMap::invalidP |
| true when entry is a leaf, needed and empty | |
| struct | isis::util::PropertyMap::listP |
| true when entry is not a scalar | |
| class | isis::util::PropertyMap::NeededsList< T > |
| class | isis::util::PropertyMap |
This class forms a mapping tree to store all kinds of properties (path : value), where:
| |
| struct | isis::util::PropertyMap::PropPath |
| "Path" type used to locate entries in the tree More... | |
| struct | isis::util::PropertyMap::treeInvalidP |
| true when entry is a leaf, needed and empty of entry is a invalid branch | |
| struct | isis::util::PropertyMap::trueP |
| allways true | |
| struct | isis::util::PropertyMap::walkTree< Predicate > |
Namespaces | |
| namespace | isis |
| namespace | isis::util |
| namespace | std |
Streaming output for FixedMatrix. | |
Functions | |
| template<typename charT , typename traits > | |
| basic_ostream< charT, traits > & | std::operator<< (basic_ostream< charT, traits > &out, const isis::util::_internal::treeNode &s) |
| Streaming output for PropertyMap::node. | |
| template<typename charT , typename traits > | |
| basic_ostream< charT, traits > & | std::operator<< (basic_ostream< charT, traits > &out, const isis::util::PropertyMap::PropPath &s) |
| Streaming output for PropertyMap::PropPath. | |
| template<typename charT , typename traits > | |
| basic_ostream< charT, traits > & | std::operator<< (basic_ostream< charT, traits > &out, const isis::util::PropertyMap &s) |
| Streaming output for PropertyMap. | |
1.7.3