ATLAS Offline Software
Loading...
Searching...
No Matches
checkTP.DataMember Class Reference
Inheritance diagram for checkTP.DataMember:
Collaboration diagram for checkTP.DataMember:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

 __init__ (self, offset, name, _type)

Public Attributes

 offset = offset
 name = name
 type = _type

Detailed Description

Definition at line 41 of file checkTP.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

checkTP.DataMember.__init__ ( self,
offset,
name,
_type )

Definition at line 42 of file checkTP.py.

42 def __init__(self, offset, name, _type):
43 self.offset = offset
44 self.name = name
45 self.type = _type
46 return

Member Data Documentation

◆ name

checkTP.DataMember.name = name

Definition at line 44 of file checkTP.py.

◆ offset

checkTP.DataMember.offset = offset

Definition at line 43 of file checkTP.py.

◆ type

checkTP.DataMember.type = _type

Definition at line 45 of file checkTP.py.


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