| 
    Jpp 19.3.0-rc.1
    
   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.   | |
| 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 | 
Template specialisation of JStatic for static member declaration of pointer.
Definition at line 161 of file JStatic.hh.
| 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 | 
Definition at line 227 of file JStatic.hh.