|
mimic++ v9.2.1
|
Contains the extracted info from a typed call::Info.
More...
#include <CallReport.hpp>
Classes | |
| class | Arg |
Public Attributes | |
| TargetReport | target |
| TypeReport | returnTypeInfo |
| std::vector< Arg > | argDetails {} |
| util::SourceLocation | fromLoc {} |
| util::Stacktrace | stacktrace {} |
| ValueCategory | fromCategory {} |
| Constness | fromConstness {} |
Friends | |
| bool | operator== (CallReport const &, CallReport const &)=default |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename Return, typename... Params> | |
| CallReport | make_call_report (TargetReport target, call::Info< Return, Params... > callInfo, util::Stacktrace stacktrace) |
| Generates the call report for a given call info. | |
Contains the extracted info from a typed call::Info.
|
friend |
| std::vector<Arg> mimicpp::reporting::CallReport::argDetails {} |
| ValueCategory mimicpp::reporting::CallReport::fromCategory {} |
| Constness mimicpp::reporting::CallReport::fromConstness {} |
| util::SourceLocation mimicpp::reporting::CallReport::fromLoc {} |
| TypeReport mimicpp::reporting::CallReport::returnTypeInfo |
| util::Stacktrace mimicpp::reporting::CallReport::stacktrace {} |
| TargetReport mimicpp::reporting::CallReport::target |