27 #pragma warning(disable: 4251)
31 #ifdef MCLIENTLIB_EXPORTS
32 #define MCLIENTLIB_API __declspec(dllexport)
34 #define MCLIENTLIB_API __declspec(dllimport)
38 #ifndef MCLIENTLIB_EXPORTS
40 #define MCLIENTLIB_API
42 #define MCLIENTLIB_API
45 #define MCLIENTLIB_API
52 namespace MClientLib {
56 std::string __print__() {
57 return $self->toString();
59 #if defined(SWIGPYTHON_BUILTIN)
60 %feature(
"python:slot",
"tp_print", functype=
"printfunc") __print__;
70 MUSTERERR(
const std::string& _description,
int _errorCode);
72 std::string getDescription();
74 std::string toString();
76 std::string description;