The Gaudi Framework  v30r3 (a5ef0a68)
GaudiPluginService.cpluginsvc.Property Class Reference
Inheritance diagram for GaudiPluginService.cpluginsvc.Property:
Collaboration diagram for GaudiPluginService.cpluginsvc.Property:

Public Member Functions

def key (self)
 
def value (self)
 

Static Private Attributes

list _fields_
 

Detailed Description

Property is a pair (key, value) optionally decorating a factory.
It is used to attach additional informations about a factory.

Definition at line 143 of file cpluginsvc.py.

Member Function Documentation

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 155 of file cpluginsvc.py.

155  def key(self):
156  return _lib.cgaudi_property_get_key(self)
157 
def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 159 of file cpluginsvc.py.

159  def value(self):
160  return _lib.cgaudi_property_get_value(self)
161 

Member Data Documentation

list GaudiPluginService.cpluginsvc.Property._fields_
staticprivate
Initial value:
1 = [
2  ("_registry", Registry),
3  ("_id", ctypes.c_char_p),
4  ("_key", ctypes.c_char_p),
5  ]

Definition at line 148 of file cpluginsvc.py.


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