KiCad PCB EDA Suite
|
#include <odb_attribute.h>
Public Types | |
using | ValueType = T |
Public Member Functions | |
constexpr | AttributeBase (T v) |
Public Attributes | |
T | value |
Static Public Attributes | |
static constexpr TYPE | type = AttrType |
Definition at line 45 of file odb_attribute.h.
using ODB_ATTR::AttributeBase< T, AttrType >::ValueType = T |
Definition at line 47 of file odb_attribute.h.
|
inlineconstexpr |
Definition at line 49 of file odb_attribute.h.
|
staticconstexpr |
Definition at line 48 of file odb_attribute.h.
T ODB_ATTR::AttributeBase< T, AttrType >::value |
Definition at line 50 of file odb_attribute.h.
Referenced by ATTR_MANAGER::AttrValue2String().