![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
Lightweight class to ease writting YAML documents. More...
#include <basic/Tracer.hh>#include <utility/pointer/ReferenceCount.hh>#include <cstddef>#include <iosfwd>#include <ostream>#include <sstream>Classes | |
| class | basic::Emitter | 
| Lightweight class to ease writting YAML documents (http://yaml.org)  More... | |
| class | basic::YamlEmitter | 
| Emitter for more classically formatted YAML.  More... | |
| class | basic::JsonEmitter | 
| Lightweight class to ease writting JSON documents, a subset of YAML (http://json.org)  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.  | |
Typedefs | |
| typedef  utility::pointer::shared_ptr < Emitter >  | basic::EmitterOP | 
| typedef  utility::pointer::shared_ptr < Emitter const >  | basic::EmitterCOP | 
| typedef  utility::pointer::shared_ptr < YamlEmitter >  | basic::YamlEmitterOP | 
| typedef  utility::pointer::shared_ptr < YamlEmitter const >  | basic::YamlEmitterCOP | 
| typedef  utility::pointer::shared_ptr < JsonEmitter >  | basic::JsonEmitterOP | 
| typedef  utility::pointer::shared_ptr < JsonEmitter const >  | basic::JsonEmitterCOP | 
Lightweight class to ease writting YAML documents.
 1.8.7