Sha256: d688830a8f3541fc24377e3710ff15119219c98a27efa956ee79b3fddf840964

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

%{
#include <OgreStringVector.h>

%}

// Give up =)

//%template(GeneralAlloc)    Ogre::CategorisedAllocPolicy<Ogre::MEMCATEGORY_GENERAL >;
//%template(StdAllocString)  Ogre::STLAllocator<Ogre::String, Ogre::GeneralAllocPolicy>;
//%template(StdAllocString)  Ogre::STLAllocator<Ogre::String, Ogre::CategorisedAllocPolicy<Ogre::MEMCATEGORY_GENERAL > >;
//%template(OgreSTLAlloc) Ogre::STLAllocator<std::basic_string<char>, Ogre::CategorisedAllocPolicy<(Ogre::MemoryCategory)0u> >;
//%template(STLAllocBaseString) Ogre::STLAllocatorBase<std::basic_string<char> >;
//%template(StringVector) Ogre::vector<Ogre::String, Ogre::STLAllocator<Ogre::String, Ogre::GeneralAllocPolicy> >;
//%template(StdStringVector) std::vector<Ogre::String, Ogre::STLAllocator<Ogre::String, Ogre::STLAllocator<Ogre::String, Ogre::CategorisedAllocPolicy<Ogre::MEMCATEGORY_GENERAL > > > >;
//%template(StdStringVector)  std::vector<std::basic_string<char>, Ogre::STLAllocator<std::basic_string<char>, Ogre::CategorisedAllocPolicy<(Ogre::MemoryCategory)0u> > >;
//%template(StringVector)     std::vector< std::string,std::allocator< std::string > >;
//%template(VectorString) Ogre::vector<Ogre::String>;
//%template(StringVector) Ogre::vector<Ogre::String, Ogre::STLAllocator<Ogre::String, Ogre::GeneralAllocPolicy > >;


%include OgreStringVector.h

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-ogre-0.0.1-x86-mingw32 bindings/ogre/interface/OgreStringVector.i