diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /devtools/swigwin-1.3.34/Lib/ruby/std_string.i | |
| download | archived-source-engine-2018-hl2-src-3bf9df6b2785fa6d951086978a3e66f49427166a.tar.xz archived-source-engine-2018-hl2-src-3bf9df6b2785fa6d951086978a3e66f49427166a.zip | |
Diffstat (limited to 'devtools/swigwin-1.3.34/Lib/ruby/std_string.i')
| -rw-r--r-- | devtools/swigwin-1.3.34/Lib/ruby/std_string.i | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/swigwin-1.3.34/Lib/ruby/std_string.i b/devtools/swigwin-1.3.34/Lib/ruby/std_string.i new file mode 100644 index 0000000..cac4324 --- /dev/null +++ b/devtools/swigwin-1.3.34/Lib/ruby/std_string.i @@ -0,0 +1,9 @@ + +%warnfilter(801) std::string; // wrong class name +%warnfilter(378) std::basic_string::operator!=; + + +AUTODOC(substr, "Return a portion of the String"); + +%include <typemaps/std_string.swg> + |