Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cmt_model.h

Go to the documentation of this file.
00001 #ifndef __cmt_model_h__
00002 #define __cmt_model_h__
00003 
00004 #include "cmt_system.h"
00005 
00006 class CmtModel
00007 {
00008 public:
00009   static void expand (const cmt_string& input_text);
00010 
00011 private:
00012   static void filter (cmt_string& text);
00013   static void display (cmt_string& text);
00014   static void expand (const CmtSystem::cmt_string_vector& arguments);
00015 };
00016 
00017 #endif

Generated at Thu Apr 11 16:49:41 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000