User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - OS - Text Processing - TemplateFileC |
PUBLIC |
TemplateFileC::TemplateFileC(const StringC &,const OStreamC &) TemplateFileC::TemplateFileC(TextFileC &,const OStreamC &) TemplateFileC::TemplateFileC(TextFileC &,const OStreamC &,const RCHashC TemplateFileC::Build(bool) TemplateFileC::IsElm(void) const TemplateFileC::First(void) TemplateFileC::Next(void) TemplateFileC::Data(void) TemplateFileC::Output(void) TemplateFileC::SetVar(const StringC &,const StringC &) TemplateFileC::ErrorLabel(void) |
TemplateFileC | |
Subsitute variables in a template file. | |
include | "Ravl/Text/TemplateFile.hh" |
Created: | 04/03/99 |
User Level: | Normal |
Library: | RavlOS |
Example: | exTemplateFile.cc |
In Scope: | RavlN |
Variables in the input are of the form $(tag) where tag is used to determine what should be placed in the output file. If you wish to avoid a substitution use $$(tag) in the template file, it becomes $(tag) in the output file
Variables:
Maintainer:Charles Galambos, Created: 04/03/99, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002 |