Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
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.
 

Public Member Functions

 JAddress (pointer_type p)
 Constructor.
 

Public Attributes

pointer_type address
 

Detailed Description

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

Simple address wrapper.

Definition at line 410 of file JRootClass.hh.

Member Typedef Documentation

◆ pointer_type

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

Type definition of address.

Definition at line 415 of file JRootClass.hh.

Constructor & Destructor Documentation

◆ JAddress()

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

Constructor.

Parameters
ppointer to object

Definition at line 422 of file JRootClass.hh.

422 :
423 address(p)
424 {}
pointer_type address

Member Data Documentation

◆ address

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

Definition at line 426 of file JRootClass.hh.


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