Changeset 380 for trunk/src/lua/lua_state.cc
- Timestamp:
- 05/29/15 17:28:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_state.cc
r376 r380 179 179 } 180 180 181 st ring lua::table_guard::get_std_string( string_ref element, string_ref defval /*= string_ref() */ )181 std::string lua::table_guard::get_std_string( string_ref element, string_ref defval /*= string_ref() */ ) 182 182 { 183 183 lua_getfield( m_state, -1, element.data() );
Note: See TracChangeset
for help on using the changeset viewer.