#include <GaudiKernel/IInspector.h>
|  | 
| virtual | ~IValue ()=default | 
|  | 
| virtual void | release () | 
|  | 
| void * | ptr () | 
|  | 
| const void * | ptr () const | 
|  | 
| virtual long | size () const  =0 | 
|  | 
| virtual void | construct (void *buffer) const  =0 | 
|  | 
Definition at line 24 of file IInspector.h.
 
  
  | 
        
          | IInspector::IValue::IValue | ( |  | ) |  |  | protecteddefault | 
 
 
  
  | 
        
          | virtual IInspector::IValue::~IValue | ( |  | ) |  |  | virtualdefault | 
 
 
  
  | 
        
          | virtual void IInspector::IValue::construct | ( | void * | buffer | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | void* IInspector::IValue::ptr | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | const void* IInspector::IValue::ptr | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | virtual void IInspector::IValue::release | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | virtual long IInspector::IValue::size | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | void* IInspector::IValue::m_P |  | protected | 
 
 
The documentation for this class was generated from the following file: