|
libwreport
2.4
|
Smart pointer to handle/use varinfos. More...
#include <varinfo.h>
Public Member Functions | |
| const _Varinfo * | impl () 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 Varinfo & | operator= (const Varinfo &vi) |
| Standard smart pointer methods. | |
| const _Varinfo & | operator* () const |
| Standard smart pointer methods. | |
| const _Varinfo * | operator-> () const |
| Standard smart pointer methods. | |
Protected Attributes | |
| const _Varinfo * | m_impl |
| Varinfo structure to which the pointer refers. | |
Smart pointer to handle/use varinfos.
1.7.6.1