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 | Comments |
|---|---|---|
| kCAuto | 0 |
auto |
| kCAutoRef | 1 |
auto |
| kCAutoPtr | 2 |
auto* |
| kRustAuto | 3 |
Implicit type in a let statement. |
| kExplicit | 4 |
Explicitly-given type name. |
Defined at line 26 of file ../../src/developer/debug/zxdb/expr/variable_decl.h