ISIS Core Library 0.7.2 (api 3.0.0)
Public Member Functions

isis::util::PropertyMap::PropPath Struct Reference

"Path" type used to locate entries in the tree More...

#include <propmap.hpp>

Inherits std::list< KeyType >.

Public Member Functions

 PropPath ()
 PropPath (const std::list< KeyType > &path)
 PropPath (const KeyType &key)
 PropPath (const char *key)

Detailed Description

"Path" type used to locate entries in the tree

Definition at line 65 of file propmap.hpp.


Constructor & Destructor Documentation

isis::util::PropertyMap::PropPath::PropPath ( ) [inline]

Definition at line 66 of file propmap.hpp.

isis::util::PropertyMap::PropPath::PropPath ( const char *  key) [inline]

Definition at line 67 of file propmap.hpp.

isis::util::PropertyMap::PropPath::PropPath ( const KeyType key) [inline]

Definition at line 68 of file propmap.hpp.

isis::util::PropertyMap::PropPath::PropPath ( const std::list< KeyType > &  path) [inline]

Definition at line 69 of file propmap.hpp.


The documentation for this struct was generated from the following file: