Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
VectorObjMethodVar.h
Go to the documentation of this file.
1#ifndef Podd_VectorObjMethodVar_h_
2#define Podd_VectorObjMethodVar_h_
3
5//
6// VectorObjMethodVar
7//
8// A "global variable" referencing a class member function call
9// on objects held in a std::vector.
10//
12
13#include "MethodVar.h"
14#include "VectorObjVar.h"
15
16namespace Podd {
17
18 class VectorObjMethodVar : public MethodVar, public VectorObjVar {
19
20 public:
21 VectorObjMethodVar( THaVar* pvar, const void* addr, VarType type,
22 Int_t elem_size, TMethodCall* method );
23
24 virtual const void* GetDataPointer( Int_t i = 0 ) const;
25 virtual Bool_t IsBasic() const;
26 };
27
28}// namespace Podd
29
30#endif
int Int_t
bool Bool_t
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
virtual Bool_t IsBasic() const
virtual const void * GetDataPointer(Int_t i=0) const