CppParser
Loading...
Searching...
No Matches
CppAsmBlock Struct Reference

#include <cppast.h>

Inheritance diagram for CppAsmBlock:
Inheritance graph
Collaboration diagram for CppAsmBlock:
Collaboration graph

Public Member Functions

 CppAsmBlock (std::string asmBlock)
 
void accept (CppVisitorBase *v) override
 
- Public Member Functions inherited from CppObj
 CppObj (CppObjType type, CppAccessType accessType)
 
CppCompoundowner ()
 
void owner (CppCompound *o)
 
virtual void accept (CppVisitorBase *v)=0
 
virtual ~CppObj ()
 

Public Attributes

std::string asm_
 
- Public Attributes inherited from CppObj
CppObjType objType_
 
CppAccessType accessType_
 All objects do not need this. More...
 

Detailed Description

Definition at line 2145 of file cppast.h.

Constructor & Destructor Documentation

◆ CppAsmBlock()

CppAsmBlock::CppAsmBlock ( std::string  asmBlock)
inline

Definition at line 2149 of file cppast.h.

Member Function Documentation

◆ accept()

void CppAsmBlock::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 2155 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ asm_

std::string CppAsmBlock::asm_

Definition at line 2147 of file cppast.h.


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