Go to the documentation of this file. 1 #ifndef __JLANG__JPOINTER__
2 #define __JLANG__JPOINTER__
12 namespace JPP {
using namespace JLANG; }
21 template<
class JClass_t>
64 virtual JClass_t*
get()
const
75 virtual void set(JClass_t* p)
virtual void set(JClass_t *p)
Set pointer.
JPointer(JPointer< T > pointer)
Constructor.
JClass_t *const & getReference() const
Get rereference to internal pointer.
virtual JClass_t * get() const
Get pointer.
JClass_t * __p
pointer to object
JClass_t *& getReference()
Get rereference to internal pointer.
JPointer()
Default constructor.
void set(const JPointer< T > &pointer)
Set pointer.
JPointer(JClass_t *p)
Constructor.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Template implementation of class that holds pointer to object(s).
virtual void reset()
Reset pointer.
Template interface for pointer to object(s).
Auxiliary classes and methods for language specific functionality.