OpenMW
|
Manually constructed live cell ref. More...
#include <manualref.hpp>
Public Member Functions | |
ManualRef (const MWWorld::ESMStore &store, const std::string &name, const int count=1) | |
const Ptr & | getPtr () const |
Private Member Functions | |
ManualRef (const ManualRef &) | |
ManualRef & | operator= (const ManualRef &) |
template<typename T > | |
bool | create (const MWWorld::Store< T > &list, const std::string &name) |
Private Attributes | |
boost::any | mRef |
Ptr | mPtr |
Manually constructed live cell ref.
MWWorld::ManualRef::ManualRef | ( | const ManualRef & | ) | [private] |
MWWorld::ManualRef::ManualRef | ( | const MWWorld::ESMStore & | store, |
const std::string & | name, | ||
const int | count = 1 |
||
) | [inline] |
bool MWWorld::ManualRef::create | ( | const MWWorld::Store< T > & | list, |
const std::string & | name | ||
) | [inline, private] |
const Ptr& MWWorld::ManualRef::getPtr | ( | ) | const [inline] |
Ptr MWWorld::ManualRef::mPtr [private] |
boost::any MWWorld::ManualRef::mRef [private] |