DCCL v4
Loading...
Searching...
No Matches
pb_Type Struct Reference

Public Attributes

pb_Name * name
 
const char * basename
 
pb_Field ** field_sort
 
pb_Table field_tags
 
pb_Table field_names
 
pb_Table oneof_index
 
unsigned oneof_count
 
unsigned oneof_field
 
unsigned field_count: 28
 
unsigned is_enum: 1
 
unsigned is_map: 1
 
unsigned is_proto3: 1
 
unsigned is_dead: 1
 

Detailed Description

Definition at line 335 of file pb.h.

Member Data Documentation

◆ basename

const char* pb_Type::basename

Definition at line 337 of file pb.h.

◆ field_count

unsigned pb_Type::field_count

Definition at line 344 of file pb.h.

◆ field_names

pb_Table pb_Type::field_names

Definition at line 340 of file pb.h.

◆ field_sort

pb_Field** pb_Type::field_sort

Definition at line 338 of file pb.h.

◆ field_tags

pb_Table pb_Type::field_tags

Definition at line 339 of file pb.h.

◆ is_dead

unsigned pb_Type::is_dead

Definition at line 348 of file pb.h.

◆ is_enum

unsigned pb_Type::is_enum

Definition at line 345 of file pb.h.

◆ is_map

unsigned pb_Type::is_map

Definition at line 346 of file pb.h.

◆ is_proto3

unsigned pb_Type::is_proto3

Definition at line 347 of file pb.h.

◆ name

pb_Name* pb_Type::name

Definition at line 336 of file pb.h.

◆ oneof_count

unsigned pb_Type::oneof_count

Definition at line 342 of file pb.h.

◆ oneof_field

unsigned pb_Type::oneof_field

Definition at line 343 of file pb.h.

◆ oneof_index

pb_Table pb_Type::oneof_index

Definition at line 341 of file pb.h.


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