 |
ewmscp
..
|
Go to the documentation of this file. 1 #ifndef __copyRequestTypes_h__
2 #define __copyRequestTypes_h__
13 template <
typename ... Args> std::string
argsToString(
const Args& ... args) {
14 std::ostringstream msg;
73 std::ostream&
operator<< (std::ostream& stream,
74 const copyRequest::clock_type::time_point& );
void conCatString(std::ostringstream &msg, const T &begin)
stateType(stateBitType aBits)
fatalException(const char *aWhat)
fatalException(const std::string &aWhat)
waitQueues::simple< copyRequest::base > simpleQueue
simple first-in first-out queue.
class for exceptions that should result in program termination
waitQueues::timed< copyRequest::base > timedQueue
for delayed processing: returns elements when due.
std::string argsToString(const Args &... args)
class for exceptions that result from unimplemented functions Exceptions of this kind are to be throw...
unimplementedActionError(const std::string &aWhat)
~fatalException() override=default
std::chrono::system_clock clock_type
type for time measurements
~unimplementedActionError() override=default
unimplementedActionError(const char *aWhat)
std::ostream & operator<<(std::ostream &stream, const copyRequest::clock_type::time_point &)
fatalException(const Args &... args)
unimplementedActionError(const Args &... args)