#include <dds_generator.h>
Definition at line 312 of file dds_generator.h.
◆ PreprocessorIfGuard()
PreprocessorIfGuard::PreprocessorIfGuard |
( |
const std::string & |
what, |
|
|
bool |
impl = true , |
|
|
bool |
header = true , |
|
|
const std::string & |
indent = "" |
|
) |
| |
|
inline |
Definition at line 314 of file dds_generator.h.
324 output(
"#" + indent +
"if" + what +
"\n");
void output(const std::string &str) const
Christopher Diggins *renamed files *fixing compilation errors *adding Visual C project file *removed make Max Lybbert *removed references to missing and unused header
const std::string indent_
◆ ~PreprocessorIfGuard()
PreprocessorIfGuard::~PreprocessorIfGuard |
( |
| ) |
|
|
inline |
Definition at line 327 of file dds_generator.h.
void output(const std::string &str) const
const std::string indent_
◆ extra_newline()
void PreprocessorIfGuard::extra_newline |
( |
bool |
value | ) |
|
|
inline |
◆ output()
void PreprocessorIfGuard::output |
( |
const std::string & |
str | ) |
const |
|
inline |
◆ extra_newline_
bool PreprocessorIfGuard::extra_newline_ |
|
private |
◆ header_
const bool PreprocessorIfGuard::header_ |
|
private |
◆ impl_
const bool PreprocessorIfGuard::impl_ |
|
private |
◆ indent_
const std::string PreprocessorIfGuard::indent_ |
|
private |
◆ what_
const std::string PreprocessorIfGuard::what_ |
|
private |
The documentation for this class was generated from the following file: