Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Source Tools - CxxDoc - Internal - DesciptionGeneratorC
 

  PUBLIC
DesciptionGeneratorC::DesciptionGeneratorC(void)
DesciptionGeneratorC::~DesciptionGeneratorC(void)
DesciptionGeneratorC::TextFor(char)
DesciptionGeneratorC::TextFor(const ObjectC &)
DesciptionGeneratorC::TextFor(const StringC &)
DesciptionGeneratorC::MethodNameText(const StringC &)

   DesciptionGeneratorC   
 
Description generator.
 
include "Ravl/CxxDoc/Object.hh"
Created:08/12/1999 
Source file:Ravl/SourceTools/CxxDoc/Object.hh
User Level:Advanced
Library:RavlCxxDoc
In Scope:RavlCxxDocN

Comments:
This class is used to control the text generated by various functions in C++ class tree.

Derived Classes: Methods:
DesciptionGeneratorC()
Default constructor.

~DesciptionGeneratorC()
Destructor.

StringC TextFor(char let)
Render a character.
Typical used for '<' '>' and the like..

StringC TextFor(const ObjectC & obj)
Render a an object description.

StringC TextFor(const StringC & obj)
Render a string 'as is'.

StringC MethodNameText(const StringC & obj)
Render a method name appropriatly. (e.g. bold.)


Maintainer:Charles Galambos, Created: 08/12/1999, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002