The Gaudi Framework  v36r9 (fd2bdac3)
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 158 of file cpluginsvc.py.

Member Function Documentation

◆ key()

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 171 of file cpluginsvc.py.

171  def key(self):
172  return _lib.cgaudi_property_get_key(self).decode("ascii")
173 

◆ value()

def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 175 of file cpluginsvc.py.

175  def value(self):
176  return _lib.cgaudi_property_get_value(self).decode("ascii")
177 

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


The documentation for this class was generated from the following file:
ProduceConsume.key
key
Definition: ProduceConsume.py:81