|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
Template data structure for static member declaration. More...
#include <JStatic.hh>
Public Types | |
| typedef JClass< T >::argument_type | argument_type |
Public Member Functions | |
| JStatic (argument_type value) | |
| Constructor. | |
| JStatic & | operator= (argument_type value) |
| Assignment operator. | |
| operator const T & () const | |
| Type conversion operator. | |
| operator T& () | |
| Type conversion operator. | |
| const T * | operator-> () const |
| Smart pointer. | |
| T * | operator-> () |
| Smart pointer. | |
| bool | equals (const JStatic &object) const |
| Equals method. | |
| bool | equals (argument_type value) const |
| Equals method. | |
Static Protected Attributes | |
| static T | value |
| Declaration of static data member. | |
Friends | |
| std::istream & | operator>> (std::istream &in, JStatic &object) |
| Read static object from input stream. | |
| std::ostream & | operator<< (std::ostream &out, const JStatic &object) |
| Write static object to output stream. | |
Template data structure for static member declaration.
Definition at line 20 of file JStatic.hh.
| JClass<T>::argument_type JLANG::JStatic< T, N >::argument_type |
Definition at line 24 of file JStatic.hh.
|
inline |
|
inline |
Assignment operator.
| value | value |
Definition at line 44 of file JStatic.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Equals method.
| object | object |
Definition at line 102 of file JStatic.hh.
|
inline |
Equals method.
| value | value |
Definition at line 114 of file JStatic.hh.
|
friend |
Read static object from input stream.
| in | input stream |
| object | object |
Definition at line 127 of file JStatic.hh.
|
friend |
Write static object to output stream.
| out | output stream |
| object | object |
Definition at line 140 of file JStatic.hh.
|
staticprotected |
Declaration of static data member.
Definition at line 146 of file JStatic.hh.