#include <Properties.h>
Public Types | |
| typedef T | value_type |
| typedef T * | storage_type |
Public Member Functions | |
| storage_type | copy (const value_type &t) const |
| storage_type | copy (const storage_type &t) const |
| void | assign (storage_type &s, const value_type &v) const |
| bool | equal (const storage_type a, const storage_type b) const |
| void | free (storage_type t) const |
| void | assign (storage_type &s, const storage_type &v) const |
| storage_type | initial_value () const |
Detailed Description
template<typename T>
struct PropTreePointerOps< T >
Definition at line 76 of file utility/Properties.h.
Member Typedef Documentation
| typedef T* PropTreePointerOps< T >::storage_type |
Definition at line 78 of file utility/Properties.h.
| typedef T PropTreePointerOps< T >::value_type |
Definition at line 77 of file utility/Properties.h.
Member Function Documentation
| void PropTreePointerOps< T >::assign | ( | storage_type & | s, |
| const value_type & | v | ||
| ) | const [inline] |
Definition at line 90 of file utility/Properties.h.
References PropTreePointerOps< T >::copy().
| void PropTreePointerOps< T >::assign | ( | storage_type & | s, |
| const storage_type & | v | ||
| ) | const [inline] |
Definition at line 108 of file utility/Properties.h.
References PropTreePointerOps< T >::copy(), and PropTreePointerOps< T >::free().
| storage_type PropTreePointerOps< T >::copy | ( | const value_type & | t | ) | const [inline] |
Definition at line 80 of file utility/Properties.h.
Referenced by PropTreePointerOps< T >::assign(), and PropTreePointerOps< T >::copy().
| storage_type PropTreePointerOps< T >::copy | ( | const storage_type & | t | ) | const [inline] |
Definition at line 84 of file utility/Properties.h.
References PropTreePointerOps< T >::copy().
| bool PropTreePointerOps< T >::equal | ( | const storage_type | a, |
| const storage_type | b | ||
| ) | const [inline] |
Definition at line 98 of file utility/Properties.h.
| void PropTreePointerOps< T >::free | ( | storage_type | t | ) | const [inline] |
Definition at line 104 of file utility/Properties.h.
Referenced by PropTreePointerOps< T >::assign(), Properties::operator=(), and Properties::Properties().
| storage_type PropTreePointerOps< T >::initial_value | ( | ) | const [inline] |
Definition at line 121 of file utility/Properties.h.
The documentation for this struct was generated from the following file: