#include <core/types.hh>
#include <sstream>
#include <map>
#include <utility/pointer/ReferenceCount.hh>
#include <utility/exit.hh>
#include <string>
#include <basic/Tracer.hh>
Go to the source code of this file.
|
| static basic::Tracer | protocols::moves::TR_hh ("protocols.moves.DataMap_hh") |
| |
| template<class Ty > |
| Ty * | protocols::moves::get_set_from_datamap (std::string const type, std::string const name, protocols::moves::DataMap &data) |
| | templated function for adding or getting an item from the datamap. Automatically checks whether an item of the requested type and name exists on the datamap. If so, returns the OP for that item, if not, instantiates that item on the datamap and returns the OP for it. More...
|
| |
- Author
- Sarel Fleishman
Definition in file DataMap.hh.