Doxygen
Loading...
Searching...
No Matches
CallContext::Ctx Struct Reference

#include <src/scopedtypevariant.h>

+ Collaboration diagram for CallContext::Ctx:

Public Member Functions

 Ctx (const QCString &name_, const QCString &type_, int bracketCount_)
 

Public Attributes

QCString name
 
QCString type
 
int bracketCount
 
ScopedTypeVariant stv
 

Detailed Description

Definition at line 142 of file scopedtypevariant.h.

Constructor & Destructor Documentation

◆ Ctx()

CallContext::Ctx::Ctx ( const QCString & name_,
const QCString & type_,
int bracketCount_ )
inline

Definition at line 144 of file scopedtypevariant.h.

144: name(name_), type(type_), bracketCount(bracketCount_) {}

References bracketCount, name, and type.

Member Data Documentation

◆ bracketCount

int CallContext::Ctx::bracketCount

Definition at line 147 of file scopedtypevariant.h.

Referenced by Ctx(), and CallContext::popScope().

◆ name

QCString CallContext::Ctx::name

Definition at line 145 of file scopedtypevariant.h.

Referenced by Ctx(), and CallContext::popScope().

◆ stv

ScopedTypeVariant CallContext::Ctx::stv

Definition at line 148 of file scopedtypevariant.h.

Referenced by CallContext::setScope().

◆ type

QCString CallContext::Ctx::type

Definition at line 146 of file scopedtypevariant.h.

Referenced by Ctx(), and CallContext::popScope().


The documentation for this struct was generated from the following file: