diff options
Diffstat (limited to 'Sluift/LuaElementConvertors.h')
-rw-r--r-- | Sluift/LuaElementConvertors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Sluift/LuaElementConvertors.h b/Sluift/LuaElementConvertors.h index 36da15a..65b1f04 100644 --- a/Sluift/LuaElementConvertors.h +++ b/Sluift/LuaElementConvertors.h @@ -37,6 +37,10 @@ namespace Swift { */ int convertToLuaUntyped(lua_State*, boost::shared_ptr<Payload>); + const std::vector< boost::shared_ptr<LuaElementConvertor> >& getConvertors() const { + return convertors; + } + private: boost::optional<std::string> doConvertToLuaUntyped(lua_State*, boost::shared_ptr<Payload>); void registerConvertors(); |