#include <CtrumpValueExtension.hpp>


Public Member Functions | |
| CtrumpValueExtension (void *value) | |
| virtual const std::string & | getName () const | 
| void * | getValue () const | 
| void | setValue (void *v) | 
Private Attributes | |
| void * | value_ | 
| const std::string | name_ | 
Definition at line 45 of file CtrumpValueExtension.hpp.
| cfront::CtrumpValueExtension::CtrumpValueExtension | ( | void * | value | ) |  [inline] | 
        
Definition at line 47 of file CtrumpValueExtension.hpp.
| virtual const std::string& cfront::CtrumpValueExtension::getName | ( | ) |  const [inline, virtual] | 
        
return the name of this information.
Implements cfront::Extension.
Definition at line 50 of file CtrumpValueExtension.hpp.
References name_.
| void* cfront::CtrumpValueExtension::getValue | ( | ) |  const [inline] | 
        
| void cfront::CtrumpValueExtension::setValue | ( | void * | v | ) |  [inline] | 
        
void* cfront::CtrumpValueExtension::value_ [private]           | 
        
const std::string cfront::CtrumpValueExtension::name_ [private]           | 
        
 1.5.6