|
xlnt - community edition
|
Public Member Functions | |
| format_impl_ptr (const format_impl_ptr &r) | |
| format_impl_ptr (format_impl_ptr &&r) | |
| format_impl_ptr (format_impl *format) | |
| format_impl_ptr & | operator= (const format_impl_ptr &r) |
| format_impl_ptr & | operator= (format_impl_ptr &&r) |
| std::size_t | use_count () const |
| bool | is_set () const |
| void | clear () |
| format_impl * | get () const |
| format_impl * | operator-> () const |
| operator format_impl * () const | |
| bool | operator== (const format_impl_ptr &r) const |
| bool | operator== (format_impl *format) const |
Protected Member Functions | |
| void | increment () |
| void | decrement () |
Protected Attributes | |
| format_impl * | format_ = nullptr |
1.8.13