The Gaudi Framework  v32r1 (f65d50dc)
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 145 of file cpluginsvc.py.

Member Function Documentation

◆ key()

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 157 of file cpluginsvc.py.

157  def key(self):
158  return _lib.cgaudi_property_get_key(self)
159 

◆ value()

def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 161 of file cpluginsvc.py.

161  def value(self):
162  return _lib.cgaudi_property_get_value(self)
163 

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


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