#include <CVME.h>
Public Types | |
enum | VmeSpace { a16d16, a24d16, a24d32, a32d32 } |
Public Methods | |
CVME (VmeSpace space, UInt_t base, UInt_t length) | |
CVME () | |
CVME (CVMEptr< T > &aCVMEptr) | |
CVME (const CVME &aCVME) | |
CVME< T > & | operator= (const CVME< T > &aCVME) |
int | operator== (const CVME< T > &aCVME) const |
UInt_t | getOffset () |
UInt_t | getLength () |
Address_t | getStart () |
Address_t | getgenptr (UInt_t nOffset) |
T & | operator * () |
T * | operator-> () |
T & | operator[] (UInt_t nOffset) |
T & | operator[] (UInt_t nOffset) const |
CVME< T > & | operator+ (UInt_t nOffset) |
CVME< T > & | operator- (UInt_t nOffset) |
CVME< T > & | operator+= (UInt_t nOffset) |
CVME< T > & | operator-= (UInt_t nOffset) |
CVME< T > & | operator++ () |
CVME< T > & | operator-- () |
CVME< T > & | operator++ (Int_t) |
CVME< T > & | operator-- (Int_t) |
CVME< UChar_t > | asChar () |
CVME< UShort_t > | asShort () |
CVME< ULong_t > | asLong () |
Protected Methods | |
void | setRCptr (CVMEptr< T > aRCptr) |
Private Attributes | |
CRefcountedPtr< CVMEptr< T > > | m_pRCptr |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 798 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 834 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 817 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 779 of file CVME.h. References CVME< T >::m_pRCptr. |
|
|
|
|
|
|
|
Definition at line 483 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 578 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 728 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 679 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 630 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 604 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 754 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 702 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 656 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 505 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 463 of file CVME.h. References CVME< T >::m_pRCptr. |
|
|
|
Definition at line 553 of file CVME.h. References CVME< T >::m_pRCptr. |
|
Definition at line 529 of file CVME.h. References CVME< T >::m_pRCptr. |
|
|
|
Definition at line 313 of file CVME.h. Referenced by CVME< T >::asChar(), CVME< T >::asLong(), CVME< T >::asShort(), CVME< T >::getgenptr(), CVME< UShort_t >::getLength(), CVME< UShort_t >::getOffset(), CVME< UShort_t >::getStart(), CVME< T >::operator *(), CVME< T >::operator+(), CVME< T >::operator++(), CVME< T >::operator+=(), CVME< T >::operator-(), CVME< T >::operator--(), CVME< T >::operator-=(), CVME< T >::operator->(), CVME< T >::operator=(), CVME< UShort_t >::operator==(), CVME< T >::operator[](), and CVME< UShort_t >::setRCptr(). |