CppParser
Loading...
Searching...
No Matches
cppwriter.h File Reference
#include "cppast.h"
#include "cppindent.h"
#include <string>
Include dependency graph for cppwriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppWriter
 Responsible for emitting C/C++ source from CppAst data structure. More...
 

Functions

std::ostream & operator<< (std::ostream &stm, CppIndent &indentation)
 
std::ostream & operator<< (std::ostream &stm, CppAccessType accessType)
 
std::ostream & operator<< (std::ostream &stm, CppCompoundType cmpndType)
 

Function Documentation

◆ operator<<() [1/3]

std::ostream & operator<< ( std::ostream &  stm,
CppAccessType  accessType 
)
inline

Definition at line 212 of file cppwriter.h.

Here is the call graph for this function:

◆ operator<<() [2/3]

std::ostream & operator<< ( std::ostream &  stm,
CppCompoundType  cmpndType 
)
inline

Definition at line 232 of file cppwriter.h.

◆ operator<<() [3/3]

std::ostream & operator<< ( std::ostream &  stm,
CppIndent indentation 
)
inline

Definition at line 206 of file cppwriter.h.

Here is the call graph for this function: