| 
    Jpp
    18.5.0
    
   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.  More... | |
| JStatic & | operator= (argument_type value) | 
| Assignment operator.  More... | |
| operator const T & () const | |
| Type conversion operator.  More... | |
| operator T & () | |
| Type conversion 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... | |
Friends | |
| std::istream & | operator>> (std::istream &in, JStatic &object) | 
| Read static object from input stream.  More... | |
| std::ostream & | operator<< (std::ostream &out, const JStatic &object) | 
| Write static object to output stream.  More... | |
Template data structure for static member declaration.
Definition at line 20 of file JStatic.hh.
| typedef 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.
 1.8.5