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

#include <cppast.h>

Collaboration diagram for CppCase:
Collaboration graph

Public Member Functions

 CppCase (CppExpr *cond, CppCompound *body)
 

Public Attributes

CppExprPtr case_
 
CppCompoundPtr body_
 

Detailed Description

Definition at line 2047 of file cppast.h.

Constructor & Destructor Documentation

◆ CppCase()

CppCase::CppCase ( CppExpr cond,
CppCompound body 
)
inline

Definition at line 2049 of file cppast.h.

Member Data Documentation

◆ body_

CppCompoundPtr CppCase::body_

Definition at line 2056 of file cppast.h.

◆ case_

CppExprPtr CppCase::case_

Definition at line 2055 of file cppast.h.


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