22#ifndef __CBUILD_GENERATOR_HPP__ 
   23#define __CBUILD_GENERATOR_HPP__ 
   57                          std::vector<std::string>* pargs) = 0;
 
 
Main headers of CBuild core.
 
generator_base(std::string out)
Create and save output file name.
 
virtual void generate(CBuild::RType mode, lib::map< std::string, std::string > *args, std::vector< std::string > *pargs)=0
Generate some output.
 
virtual bool init()=0
Some init.
 
Simple map implementation with some stack operation added.
 
Custom implementation of map datatype.
 
Filebuffer for CBuild ecosystem.