struct VariableDeclTypeInfo

Defined at line 23 of file ../../src/developer/debug/zxdb/expr/variable_decl.h

Stores the information for a variable declaration. Only some specific forms of "auto" are

supported, see the .cc file for an overview.

Public Members

Kind kind
RefPtr concrete_type

Public Methods

std::string ToString ()

Defined at line 117 of file ../../src/developer/debug/zxdb/expr/variable_decl.cc

Enumerations

enum Kind
Name Value
kCAuto 0
kCAutoRef 1
kCAutoPtr 2
kRustAuto 3
kExplicit 4

Defined at line 26 of file ../../src/developer/debug/zxdb/expr/variable_decl.h