Skip to main content

The Ctx Struct Reference

Declaration

struct CallContext::Ctx { ... }

Included Headers

Public Constructors Index

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

Public Member Attributes Index

QCStringname
QCStringtype
intbracketCount
ScopedTypeVariantstv

Definition at line 142 of file scopedtypevariant.h.

Public Constructors

Ctx()

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

Definition at line 144 of file scopedtypevariant.h.

144 Ctx(const QCString &name_,const QCString &type_, int bracketCount_) : name(name_), type(type_), bracketCount(bracketCount_) {}

References bracketCount, name and type.

Public Member Attributes

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.