CONZEPT 16 C++ API
|
Classes | |
class | Date |
Period of time covering a day. More... | |
class | Decimal |
Decimal number. More... | |
class | Moment |
Absolute point in time. More... | |
class | Time |
Point in time relative to midnight (00:00) of a day. More... | |
Typedefs | |
using | Alpha = std::string |
String. More... | |
using | Logic = bool |
Boolean value. More... | |
using | Byte = std::uint8_t |
Integer number (unsigned, 8 bits). More... | |
using | Word = std::uint16_t |
Integer number (unsigned, 16 bits). More... | |
using | Int = std::int32_t |
Integer number (signed, 32 bits). More... | |
using | Bigint = std::int64_t |
Integer number (signed, 64 bits). More... | |
using | Float = double |
Floating point number (64 bits). More... | |
Value types.
using C16::Value::Alpha = typedef std::string |
String.
using C16::Value::Logic = typedef bool |
Boolean value.
using C16::Value::Byte = typedef std::uint8_t |
Integer number (unsigned, 8 bits).
using C16::Value::Word = typedef std::uint16_t |
Integer number (unsigned, 16 bits).
using C16::Value::Int = typedef std::int32_t |
Integer number (signed, 32 bits).
using C16::Value::Bigint = typedef std::int64_t |
Integer number (signed, 64 bits).
using C16::Value::Float = typedef double |
Floating point number (64 bits).