libwreport  2.9
Public Member Functions | Protected Attributes
wreport::Varinfo Class Reference

Smart pointer to handle/use varinfos. More...

#include <varinfo.h>

Public Member Functions

const _Varinfoimpl () const
 Access the underlying _Varinfo structure.
 
 Varinfo (const _Varinfo *impl)
 Create a smart pointer to the given variable information.
 
 Varinfo (const _Varinfo &impl)
 Create a smart pointer to the given variable information.
 
 Varinfo (const Varinfo &vi)
 Create a smart pointer to the given variable information.
 
 Varinfo (const MutableVarinfo &vi)
 Create a smart pointer to the given variable information.
 
const Varinfooperator= (const Varinfo &vi)
 Standard smart pointer methods.
 
const _Varinfooperator* () const
 Standard smart pointer methods.
 
const _Varinfooperator-> () const
 Standard smart pointer methods.
 

Protected Attributes

const _Varinfom_impl
 Varinfo structure to which the pointer refers.
 

Detailed Description

Smart pointer to handle/use varinfos.


The documentation for this class was generated from the following file: