CONZEPT 16 C++ API
C16::Value Namespace Reference

Value types. More...

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...
 

Detailed Description

Value types.

Typedef Documentation

◆ Alpha

using C16::Value::Alpha = typedef std::string

String.

◆ Logic

using C16::Value::Logic = typedef bool

Boolean value.

◆ Byte

using C16::Value::Byte = typedef std::uint8_t

Integer number (unsigned, 8 bits).

◆ Word

using C16::Value::Word = typedef std::uint16_t

Integer number (unsigned, 16 bits).

◆ Int

using C16::Value::Int = typedef std::int32_t

Integer number (signed, 32 bits).

◆ Bigint

using C16::Value::Bigint = typedef std::int64_t

Integer number (signed, 64 bits).

◆ Float

using C16::Value::Float = typedef double

Floating point number (64 bits).