Doxygen
Loading...
Searching...
No Matches
ObjCCallCtx Struct Reference
+ Collaboration diagram for ObjCCallCtx:

Public Attributes

int id = 0
 
QCString methodName
 
QCString objectTypeOrName
 
TextStream comment
 
const ClassDefobjectType = nullptr
 
const MemberDefobjectVar = nullptr
 
const MemberDefmethod = nullptr
 
QCString format
 
int lexState = 0
 
int braceCount = 0
 

Detailed Description

Definition at line 82 of file code.l.

Member Data Documentation

◆ braceCount

int ObjCCallCtx::braceCount = 0

Definition at line 93 of file code.l.

◆ comment

TextStream ObjCCallCtx::comment

Definition at line 87 of file code.l.

◆ format

QCString ObjCCallCtx::format

Definition at line 91 of file code.l.

Referenced by writeObjCMethodCall().

◆ id

int ObjCCallCtx::id = 0

Definition at line 84 of file code.l.

◆ lexState

int ObjCCallCtx::lexState = 0

Definition at line 92 of file code.l.

◆ method

const MemberDef* ObjCCallCtx::method = nullptr

Definition at line 90 of file code.l.

Referenced by writeObjCMethodCall().

◆ methodName

QCString ObjCCallCtx::methodName

Definition at line 85 of file code.l.

Referenced by writeObjCMethodCall().

◆ objectType

const ClassDef* ObjCCallCtx::objectType = nullptr

Definition at line 88 of file code.l.

Referenced by writeObjCMethodCall().

◆ objectTypeOrName

QCString ObjCCallCtx::objectTypeOrName

Definition at line 86 of file code.l.

Referenced by writeObjCMethodCall().

◆ objectVar

const MemberDef* ObjCCallCtx::objectVar = nullptr

Definition at line 89 of file code.l.

Referenced by writeObjCMethodCall().


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