#include <basic_tags.h>


Value access | |
| virtual void | set_value (const ValueType &v) throw () |
| virtual ValueType | value (void) const throw () |
Public Types | |
| typedef T | ValueType |
Public Member Functions | |
Ctor, Dtor | |
| SimpleValueTag (const std::string &n, const ValueType &v, bool lock=false) | |
| virtual | ~SimpleValueTag () |
| typedef T shawn::SimpleValueTag< T >::ValueType |
| shawn::SimpleValueTag< T >::SimpleValueTag | ( | const std::string & | n, | |
| const ValueType & | v, | |||
| bool | lock = false | |||
| ) | [inline] |
| virtual shawn::SimpleValueTag< T >::~SimpleValueTag | ( | ) | [inline, virtual] |
| virtual void shawn::SimpleValueTag< T >::set_value | ( | const ValueType & | v | ) | throw () [inline, virtual] |
| virtual ValueType shawn::SimpleValueTag< T >::value | ( | void | ) | const throw () [inline, virtual] |
1.5.6