CodeBlockInfo

Represents a class/interface/struct/union/template with body.

Members

Enums

Type
enum Type

Functions

prefix
string prefix()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

typePrefixes
string[] typePrefixes;
Undocumented in source.

Variables

innerRange
uint[2] innerRange;

Inner range of body of the block touching, but not spanning curly braces.

name
string name;
outerRange
uint[2] outerRange;

Outer range inside the code spanning curly braces and name but not type keyword.

type
Type type;

Meta