Sierra Toolkit
Version of the Day
|
Class c_ptr_ simply stores a pointer to an object of type T. This allows pointers which want to be deferenced if they are not null to be output using operator<< on a c_ptr function. More...
#include <Writer.hpp>
Public Member Functions | |
c_ptr_ (const T *t) | |
Public Attributes | |
const T * | m_t |
Pointer to object. | |
Class c_ptr_ simply stores a pointer to an object of type T. This allows pointers which want to be deferenced if they are not null to be output using operator<< on a c_ptr function.
Definition at line 651 of file Writer.hpp.
|
inlineexplicit |
Creates a new c_ptr_ instance.
t | a T pointer to object |
Definition at line 659 of file Writer.hpp.