scaffold  1.0.0
Generates files and directories based on templates and user input
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
scafrex.h File Reference

Contains the definition for Scafrex class. More...

#include <libbbb/memtrack.h>
#include <libbbb/rexscript.h>
#include <scaffold/scaffold-predefined-commands.h>

Go to the source code of this file.

Classes

class  scaffold::Scafrex
 A scafrex as represented by the program. More...
 

Macros

#define VGLOB_PRJPATH   "PRJPATH"
 name of the variable for path for projects (global)
 
#define VGLOB_TPATH   "TPATH"
 name of the variable for path for templates (global)
 
#define VGLOB_DMP_TIMEOUT   "DMP_TIMEOUT"
 name of the variable for Number of seconds to map a diff before giving up (0 for infinity) (global)
 
#define VGLOB_DMP_EDITCOST   "DMP_EDITCOST"
 name of the variable for Cost of an empty edit operation in terms of edit characters (global)
 
#define VGLOB_DMP_TRESH   "DMP_TRESH"
 name of the variable for At what point is no match declared (0.0 = perfection, 1.0 = very loose) (global)
 
#define VGLOB_DMP_DIST   "DMP_DIST"
 name of the variable for How far to search for a match (0 = exact location, 1000+ = broad match) (global)
 
#define VGLOB_DMP_DELTRESH   "DMP_DELTRESH"
 name of the variable for delete treshold (0.0 = perfection, 1.0 = very loose) (global)
 
#define VGLOB_DMP_MARGIN   "DMP_MARGIN"
 name of the variable for Chunk size for context length (global)
 

Detailed Description

Contains the definition for Scafrex class.

Date
Jun 2013
Author
TNick