plugify 1.2.8
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
plugify::ValueName Struct Reference

Namespace containing string representations of ValueType enum values. More...

#include <value_type.hpp>

Static Public Attributes

static constexpr std::string_view Void = "void"
 
static constexpr std::string_view Bool = "bool"
 
static constexpr std::string_view Char8 = "char8"
 
static constexpr std::string_view Char16 = "char16"
 
static constexpr std::string_view Int8 = "int8"
 
static constexpr std::string_view Int16 = "int16"
 
static constexpr std::string_view Int32 = "int32"
 
static constexpr std::string_view Int64 = "int64"
 
static constexpr std::string_view UInt8 = "uint8"
 
static constexpr std::string_view UInt16 = "uint16"
 
static constexpr std::string_view UInt32 = "uint32"
 
static constexpr std::string_view UInt64 = "uint64"
 
static constexpr std::string_view Float = "float"
 
static constexpr std::string_view Double = "double"
 
static constexpr std::string_view Function = "function"
 
static constexpr std::string_view String = "string"
 
static constexpr std::string_view Any = "any"
 
static constexpr std::string_view ArrayBool = "bool[]"
 
static constexpr std::string_view ArrayChar8 = "char8[]"
 
static constexpr std::string_view ArrayChar16 = "char16[]"
 
static constexpr std::string_view ArrayInt8 = "int8[]"
 
static constexpr std::string_view ArrayInt16 = "int16[]"
 
static constexpr std::string_view ArrayInt32 = "int32[]"
 
static constexpr std::string_view ArrayInt64 = "int64[]"
 
static constexpr std::string_view ArrayUInt8 = "uint8[]"
 
static constexpr std::string_view ArrayUInt16 = "uint16[]"
 
static constexpr std::string_view ArrayUInt32 = "uint32[]"
 
static constexpr std::string_view ArrayUInt64 = "uint64[]"
 
static constexpr std::string_view ArrayFloat = "float[]"
 
static constexpr std::string_view ArrayDouble = "double[]"
 
static constexpr std::string_view ArrayString = "string[]"
 
static constexpr std::string_view ArrayAny = "any[]"
 
static constexpr std::string_view ArrayVector2 = "vec2[]"
 
static constexpr std::string_view ArrayVector3 = "vec3[]"
 
static constexpr std::string_view ArrayVector4 = "vec4[]"
 
static constexpr std::string_view ArrayMatrix4x4 = "mat4x4[]"
 
static constexpr std::string_view Vector2 = "vec2"
 
static constexpr std::string_view Vector3 = "vec3"
 
static constexpr std::string_view Vector4 = "vec4"
 
static constexpr std::string_view Matrix4x4 = "mat4x4"
 
static constexpr std::string_view Invalid = "invalid"
 
static constexpr std::string_view Pointer = "ptr32"
 
static constexpr std::string_view ArrayPointer = "ptr32[]"
 

Detailed Description

Namespace containing string representations of ValueType enum values.

Definition at line 106 of file value_type.hpp.

Member Data Documentation

◆ Any

constexpr std::string_view plugify::ValueName::Any = "any"
staticconstexpr

Definition at line 123 of file value_type.hpp.

◆ ArrayAny

constexpr std::string_view plugify::ValueName::ArrayAny = "any[]"
staticconstexpr

Definition at line 138 of file value_type.hpp.

◆ ArrayBool

constexpr std::string_view plugify::ValueName::ArrayBool = "bool[]"
staticconstexpr

Definition at line 124 of file value_type.hpp.

◆ ArrayChar16

constexpr std::string_view plugify::ValueName::ArrayChar16 = "char16[]"
staticconstexpr

Definition at line 126 of file value_type.hpp.

◆ ArrayChar8

constexpr std::string_view plugify::ValueName::ArrayChar8 = "char8[]"
staticconstexpr

Definition at line 125 of file value_type.hpp.

◆ ArrayDouble

constexpr std::string_view plugify::ValueName::ArrayDouble = "double[]"
staticconstexpr

Definition at line 136 of file value_type.hpp.

◆ ArrayFloat

constexpr std::string_view plugify::ValueName::ArrayFloat = "float[]"
staticconstexpr

Definition at line 135 of file value_type.hpp.

◆ ArrayInt16

constexpr std::string_view plugify::ValueName::ArrayInt16 = "int16[]"
staticconstexpr

Definition at line 128 of file value_type.hpp.

◆ ArrayInt32

constexpr std::string_view plugify::ValueName::ArrayInt32 = "int32[]"
staticconstexpr

Definition at line 129 of file value_type.hpp.

◆ ArrayInt64

constexpr std::string_view plugify::ValueName::ArrayInt64 = "int64[]"
staticconstexpr

Definition at line 130 of file value_type.hpp.

◆ ArrayInt8

constexpr std::string_view plugify::ValueName::ArrayInt8 = "int8[]"
staticconstexpr

Definition at line 127 of file value_type.hpp.

◆ ArrayMatrix4x4

constexpr std::string_view plugify::ValueName::ArrayMatrix4x4 = "mat4x4[]"
staticconstexpr

Definition at line 142 of file value_type.hpp.

◆ ArrayPointer

constexpr std::string_view plugify::ValueName::ArrayPointer = "ptr32[]"
staticconstexpr

Definition at line 150 of file value_type.hpp.

◆ ArrayString

constexpr std::string_view plugify::ValueName::ArrayString = "string[]"
staticconstexpr

Definition at line 137 of file value_type.hpp.

◆ ArrayUInt16

constexpr std::string_view plugify::ValueName::ArrayUInt16 = "uint16[]"
staticconstexpr

Definition at line 132 of file value_type.hpp.

◆ ArrayUInt32

constexpr std::string_view plugify::ValueName::ArrayUInt32 = "uint32[]"
staticconstexpr

Definition at line 133 of file value_type.hpp.

◆ ArrayUInt64

constexpr std::string_view plugify::ValueName::ArrayUInt64 = "uint64[]"
staticconstexpr

Definition at line 134 of file value_type.hpp.

◆ ArrayUInt8

constexpr std::string_view plugify::ValueName::ArrayUInt8 = "uint8[]"
staticconstexpr

Definition at line 131 of file value_type.hpp.

◆ ArrayVector2

constexpr std::string_view plugify::ValueName::ArrayVector2 = "vec2[]"
staticconstexpr

Definition at line 139 of file value_type.hpp.

◆ ArrayVector3

constexpr std::string_view plugify::ValueName::ArrayVector3 = "vec3[]"
staticconstexpr

Definition at line 140 of file value_type.hpp.

◆ ArrayVector4

constexpr std::string_view plugify::ValueName::ArrayVector4 = "vec4[]"
staticconstexpr

Definition at line 141 of file value_type.hpp.

◆ Bool

constexpr std::string_view plugify::ValueName::Bool = "bool"
staticconstexpr

Definition at line 108 of file value_type.hpp.

◆ Char16

constexpr std::string_view plugify::ValueName::Char16 = "char16"
staticconstexpr

Definition at line 110 of file value_type.hpp.

◆ Char8

constexpr std::string_view plugify::ValueName::Char8 = "char8"
staticconstexpr

Definition at line 109 of file value_type.hpp.

◆ Double

constexpr std::string_view plugify::ValueName::Double = "double"
staticconstexpr

Definition at line 120 of file value_type.hpp.

◆ Float

constexpr std::string_view plugify::ValueName::Float = "float"
staticconstexpr

Definition at line 119 of file value_type.hpp.

◆ Function

constexpr std::string_view plugify::ValueName::Function = "function"
staticconstexpr

Definition at line 121 of file value_type.hpp.

◆ Int16

constexpr std::string_view plugify::ValueName::Int16 = "int16"
staticconstexpr

Definition at line 112 of file value_type.hpp.

◆ Int32

constexpr std::string_view plugify::ValueName::Int32 = "int32"
staticconstexpr

Definition at line 113 of file value_type.hpp.

◆ Int64

constexpr std::string_view plugify::ValueName::Int64 = "int64"
staticconstexpr

Definition at line 114 of file value_type.hpp.

◆ Int8

constexpr std::string_view plugify::ValueName::Int8 = "int8"
staticconstexpr

Definition at line 111 of file value_type.hpp.

◆ Invalid

constexpr std::string_view plugify::ValueName::Invalid = "invalid"
staticconstexpr

Definition at line 147 of file value_type.hpp.

◆ Matrix4x4

constexpr std::string_view plugify::ValueName::Matrix4x4 = "mat4x4"
staticconstexpr

Definition at line 146 of file value_type.hpp.

◆ Pointer

constexpr std::string_view plugify::ValueName::Pointer = "ptr32"
staticconstexpr

Definition at line 149 of file value_type.hpp.

◆ String

constexpr std::string_view plugify::ValueName::String = "string"
staticconstexpr

Definition at line 122 of file value_type.hpp.

◆ UInt16

constexpr std::string_view plugify::ValueName::UInt16 = "uint16"
staticconstexpr

Definition at line 116 of file value_type.hpp.

◆ UInt32

constexpr std::string_view plugify::ValueName::UInt32 = "uint32"
staticconstexpr

Definition at line 117 of file value_type.hpp.

◆ UInt64

constexpr std::string_view plugify::ValueName::UInt64 = "uint64"
staticconstexpr

Definition at line 118 of file value_type.hpp.

◆ UInt8

constexpr std::string_view plugify::ValueName::UInt8 = "uint8"
staticconstexpr

Definition at line 115 of file value_type.hpp.

◆ Vector2

constexpr std::string_view plugify::ValueName::Vector2 = "vec2"
staticconstexpr

Definition at line 143 of file value_type.hpp.

◆ Vector3

constexpr std::string_view plugify::ValueName::Vector3 = "vec3"
staticconstexpr

Definition at line 144 of file value_type.hpp.

◆ Vector4

constexpr std::string_view plugify::ValueName::Vector4 = "vec4"
staticconstexpr

Definition at line 145 of file value_type.hpp.

◆ Void

constexpr std::string_view plugify::ValueName::Void = "void"
staticconstexpr

Definition at line 107 of file value_type.hpp.


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