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