Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: swig/Lib/typemaps/std_string.swg

Issue 553095: Checkin swig binaries for win, linux and Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « swig/Lib/typemaps/std_except.swg ('k') | swig/Lib/typemaps/std_strings.swg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 //
2 // String
3 //
4
5
6 #ifndef SWIG_STD_BASIC_STRING
7 #define SWIG_STD_STRING
8
9 %include <typemaps/std_strings.swg>
10
11 %{
12 #include <string>
13 %}
14
15 namespace std
16 {
17 %naturalvar string;
18 class string;
19 }
20
21 %typemaps_std_string(std::string, char, SWIG_AsCharPtrAndSize, SWIG_FromCharPtrA ndSize, %checkcode(STDSTRING));
22
23 #else
24
25 %include <std/std_string.i>
26
27 #endif
OLDNEW
« no previous file with comments | « swig/Lib/typemaps/std_except.swg ('k') | swig/Lib/typemaps/std_strings.swg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698