![]() |
Rosetta Utilities
2014.16.56682
|
#include <LuaIterator.hh>
Public Member Functions | |
| LuaIterator () | |
| ~LuaIterator () | |
| std::string | skey () |
| int | ikey () |
| bool | operator== (LuaIterator &other) |
| bool | operator!= (LuaIterator &other) |
| LuaObject | operator* () |
| LuaObject * | operator-> () |
| LuaIterator | operator++ (int) |
| LuaIterator & | operator++ () |
|
inline |
Referenced by operator++().
|
inline |
| int utility::lua::LuaIterator::ikey | ( | ) |
References utility_exit_with_message.
| bool utility::lua::LuaIterator::operator!= | ( | LuaIterator & | other | ) |
References utility_exit_with_message.
| LuaObject utility::lua::LuaIterator::operator* | ( | ) |
References utility_exit_with_message.
| LuaIterator utility::lua::LuaIterator::operator++ | ( | int | ) |
References LuaIterator(), and utility_exit_with_message.
| LuaIterator & utility::lua::LuaIterator::operator++ | ( | ) |
References utility_exit_with_message.
| LuaObject * utility::lua::LuaIterator::operator-> | ( | ) |
References utility::io::oc::cerr, and utility_exit_with_message.
| bool utility::lua::LuaIterator::operator== | ( | LuaIterator & | other | ) |
References utility_exit_with_message.
| std::string utility::lua::LuaIterator::skey | ( | ) |
References utility_exit_with_message.
1.8.7