mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
506 B
24 lines
506 B
/*
|
|
* Interface header file.
|
|
*
|
|
* Generated by SIP 4.5.2 (4.5.2) on Mon Dec 8 15:20:56 2008
|
|
*/
|
|
|
|
#ifndef _py_sems_libstring_h
|
|
#define _py_sems_libstring_h
|
|
|
|
|
|
|
|
#line 4 "string.sip"
|
|
#include <string>
|
|
using std::string;
|
|
#line 16 "sippy_sems_libstring.h"
|
|
|
|
#define sipMappedType_string &sipMappedTypeDef_string
|
|
#define sipForceConvertTo_string sipMappedTypeDef_string.mt_fcto
|
|
#define sipConvertFrom_string sipMappedTypeDef_string.mt_cfrom
|
|
|
|
extern sipMappedType sipMappedTypeDef_string;
|
|
|
|
#endif
|