#include <dds_generator.h>
Definition at line 294 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 296 of file dds_generator.h.
  306     output(
"#" + indent + 
"if" + what + 
"\n");
 
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_
 
void output(const std::string &str) const
 
 
 
 
◆ ~PreprocessorIfGuard()
  
  
      
        
          | PreprocessorIfGuard::~PreprocessorIfGuard  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 309 of file dds_generator.h.
const std::string indent_
 
void output(const std::string &str) const
 
 
 
 
◆ 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: