WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
upb_MessageValue Union Reference

#include <upb/message/value.h>

Public Member Functions

struct upb_Message UPB_PRIVATE (ext_msg_val)
 

Public Attributes

bool bool_val
 
float float_val
 
double double_val
 
int32_t int32_val
 
int64_t int64_val
 
uint32_t uint32_val
 
uint64_t uint64_val
 
const struct upb_Arrayarray_val
 
const struct upb_Mapmap_val
 
const struct upb_Messagemsg_val
 
upb_StringView str_val
 
uintptr_t tagged_msg_val
 

Member Function Documentation

◆ UPB_PRIVATE()

struct upb_Message upb_MessageValue::UPB_PRIVATE ( ext_msg_val )

Member Data Documentation

◆ array_val

const struct upb_Array* upb_MessageValue::array_val

◆ bool_val

bool upb_MessageValue::bool_val

◆ double_val

double upb_MessageValue::double_val

◆ float_val

float upb_MessageValue::float_val

◆ int32_val

int32_t upb_MessageValue::int32_val

◆ int64_val

int64_t upb_MessageValue::int64_val

◆ map_val

const struct upb_Map* upb_MessageValue::map_val

◆ msg_val

const struct upb_Message* upb_MessageValue::msg_val

◆ str_val

upb_StringView upb_MessageValue::str_val

◆ tagged_msg_val

uintptr_t upb_MessageValue::tagged_msg_val

◆ uint32_val

uint32_t upb_MessageValue::uint32_val

◆ uint64_val

uint64_t upb_MessageValue::uint64_val

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