Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces
StringResourceStream.hh File Reference

A thin wrapper around an std::stringstream for use with the ResourceManager. More...

#include <basic/resource_manager/ResourceLocator.hh>
#include <basic/resource_manager/locator/StringResourceStream.fwd.hh>
#include <sstream>

Classes

class  basic::resource_manager::locator::StringResourceStream
 The StringResourceStream is a wrapper class for a std::stringstream that can be used to construct a resource. Useful when reading the resource stream in to memory (e.g. from a database or from multiple files) before trying to construct the resource. More...
 

Namespaces

 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 
 basic::resource_manager
 
 basic::resource_manager::locator
 

Detailed Description

A thin wrapper around an std::stringstream for use with the ResourceManager.

Author
Matthew O'Meara (mattj.nosp@m.omea.nosp@m.ra@gm.nosp@m.ail..nosp@m.com)