CppParser
|
#include "cppwriter.h"
#include "cppcompound-info-accessor.h"
#include "cppfunc-info-accessor.h"
#include "cppobj-info-accessor.h"
#include "cppvar-info-accessor.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{cppwriter.cpp} |
Functions | |
static void | anonymous_namespace{cppwriter.cpp}::emitAttribute (std::uint32_t attr, std::ostream &stm) |
static void | anonymous_namespace{cppwriter.cpp}::emitTypeModifier (CppTypeModifier &modifier, std::ostream &stm) |
void | emitOperator (std::ostream &stm, CppOperator op) |
|
inline |
Definition at line 793 of file cppwriter.cpp.