KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ODB_ATTR::FloatAttribute< T, N > Struct Template Reference

#include <odb_attribute.h>

Inheritance diagram for ODB_ATTR::FloatAttribute< T, N >:
ODB_ATTR::AttributeBase< double, TYPE::FLOAT >

Public Types

using ValueType = double
 

Public Attributes

double value
 

Static Public Attributes

static constexpr unsigned int digits = N
 
static constexpr TYPE type
 

Detailed Description

template<typename T, unsigned int N>
struct ODB_ATTR::FloatAttribute< T, N >

Definition at line 55 of file odb_attribute.h.

Member Typedef Documentation

◆ ValueType

using ODB_ATTR::AttributeBase< double , AttrType >::ValueType = double
inherited

Definition at line 47 of file odb_attribute.h.

Member Data Documentation

◆ digits

template<typename T , unsigned int N>
constexpr unsigned int ODB_ATTR::FloatAttribute< T, N >::digits = N
staticconstexpr

Definition at line 57 of file odb_attribute.h.

Referenced by ATTR_MANAGER::AttrValue2String().

◆ type

constexpr TYPE ODB_ATTR::AttributeBase< double , AttrType >::type
staticconstexprinherited

Definition at line 48 of file odb_attribute.h.

◆ value

double ODB_ATTR::AttributeBase< double , AttrType >::value
inherited

Definition at line 50 of file odb_attribute.h.


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