CalltipsSupport

Members

Functions

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

Structs

Argument
struct Argument

Variables

functionArgs
Argument[] functionArgs;
functionParensRange
int[2] functionParensRange;

Range starting inclusive at opening parentheses until exclusive at closing parentheses.

functionStart
int functionStart;

Start of the function itself.

hasParent
bool hasParent;

True if the function is UFCS or a member function of some object or namespace. False if this is a global function call.

hasTemplateParens
bool hasTemplateParens;
parentStart
int parentStart;

Start of the whole call going up all call parents. (foo.bar.function having foo.bar as parents)

templateArgs
Argument[] templateArgs;
templateArgumentsRange
int[2] templateArgumentsRange;

Range starting inclusive at exclamation point until exclusive at closing bracket or function opening bracket.

Meta