source: CMT/v1r14p20031120/src/cmt_model.h @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 343 bytes
Line 
1#ifndef __cmt_model_h__
2#define __cmt_model_h__
3
4#include "cmt_system.h"
5
6class CmtModel
7{
8public:
9  static void expand (const cmt_string& input_text);
10
11private:
12  static void filter (cmt_string& text);
13  static void display (cmt_string& text);
14  static void expand (const CmtSystem::cmt_string_vector& arguments);
15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.