Jpp  master_rocky-43-ge265d140c
the software that should make you happy
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< const char * > JROOT::JRootAddressableClass< char * > JROOT::JRootAddressableClass< JPointer_t > JROOT::JRootWritableClass JROOT::JRootReadableClass

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 410 of file JRootClass.hh.

Member Typedef Documentation

◆ pointer_type

template<class JPointer_t >
typedef 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
Definition: JRootClass.hh:426

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: