Jpp  15.0.4
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
JROOT::JAddress< JPointer_t > Struct Template Reference

Simple address wrapper. More...

#include <JRootClass.hh>

Inheritance diagram for JROOT::JAddress< JPointer_t >:
JROOT::JRootAddressableClass< JPointer_t >

Public Types

typedef JPointer_t pointer_type
 Type definition of address. More...
 

Public Member Functions

 JAddress (pointer_type p)
 Constructor. More...
 

Public Attributes

pointer_type address
 

Detailed Description

template<class JPointer_t>
struct JROOT::JAddress< JPointer_t >

Simple address wrapper.

Definition at line 401 of file JRootClass.hh.

Member Typedef Documentation

template<class JPointer_t>
typedef JPointer_t JROOT::JAddress< JPointer_t >::pointer_type

Type definition of address.

Definition at line 406 of file JRootClass.hh.

Constructor & Destructor Documentation

template<class JPointer_t>
JROOT::JAddress< JPointer_t >::JAddress ( pointer_type  p)
inline

Constructor.

Parameters
ppointer to object

Definition at line 413 of file JRootClass.hh.

413  :
414  address(p)
415  {}
pointer_type address
Definition: JRootClass.hh:417

Member Data Documentation

template<class JPointer_t>
pointer_type JROOT::JAddress< JPointer_t >::address

Definition at line 417 of file JRootClass.hh.


The documentation for this struct was generated from the following file: