|
Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
|
Template specialisation of JStatic for static member declaration of pointer. More...
#include <JStatic.hh>
Public Types | |
| typedef JClass< T * >::argument_type | argument_type |
Public Member Functions | |
| JStatic & | operator= (argument_type value) |
| Assignment operator. More... | |
| const T * | operator-> () const |
| Smart pointer. More... | |
| T * | operator-> () |
| Smart pointer. More... | |
| bool | equals (const JStatic &object) const |
| Equals method. More... | |
| bool | equals (argument_type value) const |
| Equals method. More... | |
Static Protected Attributes | |
| static T * | value |
| Declaration of static data member. More... | |
Template specialisation of JStatic for static member declaration of pointer.
Definition at line 161 of file JStatic.hh.
| typedef JClass<T*>::argument_type JLANG::JStatic< T *, N >::argument_type |
Definition at line 165 of file JStatic.hh.
|
inline |
Assignment operator.
| value | value |
Definition at line 173 of file JStatic.hh.
|
inline |
|
inline |
|
inline |
Equals method.
| object | object |
Definition at line 209 of file JStatic.hh.
|
inline |
Equals method.
| value | value |
Definition at line 221 of file JStatic.hh.
|
staticprotected |
Declaration of static data member.
Definition at line 227 of file JStatic.hh.