WPILibC++ 2024.3.2
|
#include <stdint.h>
#include <cassert>
#include <memory>
#include <span>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "wpi/MathExtras.h"
#include "wpi/StringMap.h"
#include "wpi/bit.h"
Go to the source code of this file.
Classes | |
class | wpi::StructFieldDescriptor |
Raw struct dynamic field descriptor. More... | |
class | wpi::StructDescriptor |
Raw struct dynamic struct descriptor. More... | |
class | wpi::StructDescriptorDatabase |
Database of raw struct dynamic descriptors. More... | |
class | wpi::DynamicStruct |
Dynamic (run-time) read-only access to a serialized raw struct. More... | |
class | wpi::MutableDynamicStruct |
Dynamic (run-time) mutable access to a serialized raw struct. More... | |
struct | wpi::impl::DSOData |
class | wpi::DynamicStructObject |
Dynamic (run-time) mutable access to a serialized raw struct, with internal data storage. More... | |
Namespaces | |
namespace | wpi |
namespace | wpi::impl |