The Gaudi Framework  v29r0 (ff2e7097)
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 148 of file cpluginsvc.py.

Member Function Documentation

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 160 of file cpluginsvc.py.

160  def key(self):
161  return _lib.cgaudi_property_get_key(self)
162 
def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 164 of file cpluginsvc.py.

164  def value(self):
165  return _lib.cgaudi_property_get_value(self)
166 

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 153 of file cpluginsvc.py.


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