Skip to main content

The ObjCCallCtx Struct Reference

Declaration

struct ObjCCallCtx { ... }

Public Member Attributes Index

intid = 0
QCStringmethodName
QCStringobjectTypeOrName
TextStreamcomment
const ClassDef *objectType = nullptr
const MemberDef *objectVar = nullptr
const MemberDef *method = nullptr
QCStringformat
intlexState = 0
intbraceCount = 0

Definition at line 82 of file code.l.

Public Member Attributes

braceCount

int ObjCCallCtx::braceCount = 0

Definition at line 93 of file code.l.

93 int braceCount = 0;

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.

84 int id = 0;

lexState

int ObjCCallCtx::lexState = 0

Definition at line 92 of file code.l.

92 int lexState = 0;

method

const MemberDef* ObjCCallCtx::method = nullptr

Definition at line 90 of file code.l.

90 const MemberDef *method = nullptr;

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.

88 const ClassDef *objectType = nullptr;

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.

89 const MemberDef *objectVar = nullptr;

Referenced by writeObjCMethodCall.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.