VAPOR3 3.9.4
|
#include "vapor/VAssert.h"
#include <functional>
#include <vapor/MyBase.h>
#include <vapor/XmlNode.h>
Go to the source code of this file.
Classes | |
class | VAPoR::ParamsBase |
Nodes with state in Xml tree representation. More... | |
class | VAPoR::ParamsBase::StateSave |
State capture class. More... | |
class | VAPoR::ParamsSeparator |
class | VAPoR::ParamsFactory |
class | VAPoR::ParamsRegistrar< T > |
class | VAPoR::ParamsContainer |
Namespaces | |
namespace | VAPoR |
Macros | |
#define | PARAMS_IMPL_TAG(class, tag) const std::string class::tag = #tag; |
#define PARAMS_IMPL_TAG | ( | class, | |
tag | |||
) | const std::string class::tag = #tag; |
Definition at line 31 of file ParamsBase.h.