The Gaudi Framework  v32r2 (46d42edc)
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 146 of file cpluginsvc.py.

Member Function Documentation

◆ key()

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 158 of file cpluginsvc.py.

158  def key(self):
159  return _lib.cgaudi_property_get_key(self).decode('ascii')
160 

◆ value()

def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 162 of file cpluginsvc.py.

162  def value(self):
163  return _lib.cgaudi_property_get_value(self).decode('ascii')
164 

Member Data Documentation

◆ _fields_

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

Definition at line 151 of file cpluginsvc.py.


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