mimic++ v9.2.1
Loading...
Searching...
No Matches
CallReport.hpp File Reference
#include "mimic++/Call.hpp"
#include "mimic++/Fwd.hpp"
#include "mimic++/config/Config.hpp"
#include "mimic++/printing/StatePrinter.hpp"
#include "mimic++/reporting/TargetReport.hpp"
#include "mimic++/reporting/TypeReport.hpp"
#include "mimic++/utilities/SourceLocation.hpp"
#include "mimic++/utilities/Stacktrace.hpp"
#include <tuple>
#include <utility>
#include <vector>
Include dependency graph for CallReport.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mimicpp::reporting::CallReport
 Contains the extracted info from a typed call::Info. More...
 
class  mimicpp::reporting::CallReport::Arg
 

Namespaces

namespace  mimicpp
 
namespace  mimicpp::reporting
 

Functions

template<typename Return, typename... Params>
CallReport mimicpp::reporting::make_call_report (TargetReport target, call::Info< Return, Params... > callInfo, util::Stacktrace stacktrace)
 Generates the call report for a given call info.