Empirical
|
#include <DataNode.h>
Public Member Functions | |
DataNodeModule () | |
const VAL_TYPE & | GetCurrent () const |
Return the current (most recently added) value. More... | |
void | AddDatum (const VAL_TYPE &val) |
Add. More... | |
void | PrintDebug (std::ostream &os=std::cout) |
Print debug information (useful for figuring out which modifiers you included) More... | |
Protected Types | |
using | this_t = DataNodeModule< VAL_TYPE, data::Current, MODS... > |
using | parent_t = DataNodeModule< VAL_TYPE, MODS... > |
using | base_t = DataNodeModule< VAL_TYPE > |
Protected Attributes | |
VAL_TYPE | cur_val |
Most recent value passed to this node. More... | |
== data::Current == This module lets you track the current (i.e. most recently added) value
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
Add.
val | to this DataNode |
|
inline |
Return the current (most recently added) value.
|
inline |
Print debug information (useful for figuring out which modifiers you included)
|
protected |
Most recent value passed to this node.