![]() |
VR-Vantage API Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrv::DtProxy |
| The Proxy base class. More... | |
Namespaces | |
| namespace | makVrv |
| REMOVE THIS along with the creator later. | |
Typedefs | |
| typedef DtBoost::weak_ptr < DtProxy > | makVrv::DtProxyWP |
| typedef DtBoost::shared_ptr < DtProxy > | makVrv::DtProxySP |
Functions | |
| template<typename K , typename V > | |
| DtBoost::shared_ptr< V > | makVrv::DtFindProxyByName (std::map< K, DtBoost::weak_ptr< V > > &map, const std::string &name) |
| Utility function to look up a proxy object by name in a map of weak pointers. | |