TwiceAsNice  2019-02-18
Classes | Namespaces | Functions
Completion.h File Reference
#include <string>
#include <sstream>
#include <Nice/Config.h>
#include <Nice/Log.h>
#include <Nice/Time.h>
#include <Nice/Util/CompletionVar.h>
#include <Nice/Util/Exception.h>
Include dependency graph for Completion.h:

Classes

class  Nice::Completion
 Completion with a exception stack. Contains a state (OK, WARNING, ERROR,...), a time stamp that is updated if states change, a percentage, a stack of messages for a logger. More...
 

Namespaces

 Nice
 

 

Functions

std::ostream & Nice::operator<< (std::ostream &_os, const Nice::CompletionState &_cs)
 human-readable state strings. More...
 
std::ostream & Nice::operator<< (std::ostream &ostr, const Nice::CompletionVar &x)
 
std::istream & Nice::operator>> (std::istream &istr, Nice::CompletionVar &x)