#include <Compiler.hpp>
 | 
| std::vector< std::string >  | sources | 
|   | A list of sources, not file paths.  More...
  | 
|   | 
| std::vector< std::string >  | includes | 
|   | A list of include paths.  More...
  | 
|   | 
| std::vector< std::string >  | libraries | 
|   | A list of linkable libraries.  More...
  | 
|   | 
| std::vector< std::string >  | flags | 
|   | A list of compiler flags.  More...
  | 
|   | 
      
        
          | Pothos::Util::CompilerArgs::CompilerArgs  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Create an empty compiler args. 
 
 
  
  
      
        
          | static CompilerArgs Pothos::Util::CompilerArgs::defaultDevEnv  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Create a new args with default Pothos development libraries + includes. 
 
 
      
        
          | std::vector<std::string> Pothos::Util::CompilerArgs::flags | 
        
      
 
A list of compiler flags. 
 
 
      
        
          | std::vector<std::string> Pothos::Util::CompilerArgs::includes | 
        
      
 
 
      
        
          | std::vector<std::string> Pothos::Util::CompilerArgs::libraries | 
        
      
 
A list of linkable libraries. 
 
 
      
        
          | std::vector<std::string> Pothos::Util::CompilerArgs::sources | 
        
      
 
A list of sources, not file paths. 
 
 
The documentation for this class was generated from the following file: