OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Attributes | List of all members
PyOpal::PyOpalObjectNS::AttributeDef Struct Reference

#include <PyOpalObject.h>

Public Attributes

std::string opalName_m
 
std::string pyName_m
 
std::string docString_m
 
AttributeType type_m
 

Detailed Description

AttributeDef defines an attribute opalName_m: the name of the opal Attribute pyName_m: the name that will be visible to the user in python. Properties should be_lower_case_with_underscores to comply with python API docString_m: docstring. If left empty (""), PyElement will generate a docstring like "py_name (type): Attribute help string" type_m: python type.

Definition at line 74 of file PyOpalObject.h.

Member Data Documentation

◆ docString_m

std::string PyOpal::PyOpalObjectNS::AttributeDef::docString_m

◆ opalName_m

std::string PyOpal::PyOpalObjectNS::AttributeDef::opalName_m

◆ pyName_m

std::string PyOpal::PyOpalObjectNS::AttributeDef::pyName_m

◆ type_m

AttributeType PyOpal::PyOpalObjectNS::AttributeDef::type_m

The documentation for this struct was generated from the following files: