WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Region.h
1#ifndef _WINC_REGION
2#define _WINC_REGION
3
4#include <WXP/String.h>
5
6namespace WXP {
7 class Region {
8 public:
9 static int get( const char *file, const char *str, String &domstr );
10 };
11}
12#endif
This class reads in domain information for preset regions (wxp.reg file)
Definition: Region.h:7
static int get(const char *file, const char *str, String &domstr)
Definition: Region.cc:28
This is a variable length string class.
Definition: String.h:5
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4