c++ exception based error reporting wrapper of API class IMemoryState More...
#include <ie_memory_state.hpp>
Public Member Functions | |
| MemoryState (IMemoryState::Ptr pState) | |
| void | Reset () |
| Wraps original method IMemoryState::Reset. | |
| std::string | GetName () const |
| Wraps original method IMemoryState::GetName. | |
| Blob::CPtr | GetLastState () const |
| Wraps original method IMemoryState::GetLastState. | |
| void | SetState (Blob::Ptr state) |
| Wraps original method IMemoryState::SetState. | |
c++ exception based error reporting wrapper of API class IMemoryState