class documentation

class Field(object):

Constructor: Field(name, type)

View In Hierarchy

Container class for storing information about a single field in a MsgSpec

Attributes:

  • name
  • type
  • base_type
  • is_array
  • array_len
  • is_builtin
  • is_header
Method __eq__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable array_len Undocumented
Instance Variable base_type Undocumented
Instance Variable is_array Undocumented
Instance Variable is_builtin Undocumented
Instance Variable is_header Undocumented
Instance Variable name Undocumented
Instance Variable type Undocumented
def __eq__(self, other):

Undocumented

def __init__(self, name, type):

Undocumented

def __repr__(self):

Undocumented

array_len =

Undocumented

base_type =

Undocumented

is_array =

Undocumented

is_builtin =

Undocumented

is_header =

Undocumented

name =

Undocumented

type =

Undocumented