xronos-sdk 0.5.0
Xronos C++ SDK
Loading...
Searching...
No Matches
element.hh File Reference
#include <concepts>
#include <cstdint>
#include <functional>
#include <initializer_list>
#include <memory>
#include <ranges>
#include <span>
#include <string>
#include <string_view>
#include <utility>
#include <variant>
#include "xronos/sdk/context.hh"
#include "xronos/sdk/fwd.hh"

Classes

class  xronos::sdk::Element
 Base class for all reactor elements. More...

Namespaces

namespace  xronos::sdk
 Main Xronos SDK namespace.

Typedefs

using xronos::sdk::AttributeValue = std::variant<std::string, bool, std::int64_t, double>
 Possible value types for an attribute.