AMCAX Kernel 1.0.0.0
Loading...
Searching...
No Matches
FloatPointAttribute.hpp File Reference

The class of FloatingPotintAttribute. More...

#include <af/attribute/Attribute.hpp>
#include <common/Macros.hpp>
#include <memory>
#include <string>
+ Include dependency graph for FloatPointAttribute.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  AMCAX::FloatingPotintAttribute< T >
 The template class of FloatingPotintAttribute. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Typedefs

using  AMCAX::FloatAttribute = FloatingPotintAttribute<float>
 
using  AMCAX::DoubleAttribute = FloatingPotintAttribute<double>
 

Detailed Description

The class of FloatingPotintAttribute.

The class of FloatingPotintAttribute is used to store a floating point value. The value can be float or double.

This file is part of AMCAX Kernel.