#include <value.hh>
Inheritance diagram for ntg::value< E >:


Public Member Functions | |
| storage_type & | val () |
| const storage_type & | val () const |
Protected Attributes | |
| storage_type | val_ |
This class actually store the real value (usually a builtin). The value type is determined from the exact type.
For example, int_u8::val() returns an "unsigned char".
Definition at line 91 of file value.hh.
1.3.6-20040222