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

Member Function Documentation

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 150 of file cpluginsvc.py.

150  def key(self):
151  return _lib.cgaudi_property_get_key(self)
152 
def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 154 of file cpluginsvc.py.

154  def value(self):
155  return _lib.cgaudi_property_get_value(self)
156 

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


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