OpenMW
Public Member Functions | Private Member Functions | Private Attributes
MWWorld::ManualRef Class Reference

Manually constructed live cell ref. More...

#include <manualref.hpp>

List of all members.

Public Member Functions

 ManualRef (const MWWorld::ESMStore &store, const std::string &name, const int count=1)
const PtrgetPtr () const

Private Member Functions

 ManualRef (const ManualRef &)
ManualRefoperator= (const ManualRef &)
template<typename T >
bool create (const MWWorld::Store< T > &list, const std::string &name)

Private Attributes

boost::any mRef
Ptr mPtr

Detailed Description

Manually constructed live cell ref.


Constructor & Destructor Documentation

MWWorld::ManualRef::ManualRef ( const ManualRef ) [private]
MWWorld::ManualRef::ManualRef ( const MWWorld::ESMStore store,
const std::string &  name,
const int  count = 1 
) [inline]

Member Function Documentation

template<typename T >
bool MWWorld::ManualRef::create ( const MWWorld::Store< T > &  list,
const std::string &  name 
) [inline, private]
const Ptr& MWWorld::ManualRef::getPtr ( ) const [inline]
ManualRef& MWWorld::ManualRef::operator= ( const ManualRef ) [private]

Member Data Documentation

boost::any MWWorld::ManualRef::mRef [private]

The documentation for this class was generated from the following file: