|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_reporter_bases.hpp>
Public Types | |
| using | ChildNodes = std::vector<std::shared_ptr<ChildNodeT>> |
Public Member Functions | |
| Node (T const &_value) | |
| virtual | ~Node () |
Public Attributes | |
| T | value |
| ChildNodes | children |
Definition at line 103 of file catch_reporter_bases.hpp.
| using Catch::CumulativeReporterBase< DerivedT >::Node< T, ChildNodeT >::ChildNodes = std::vector<std::shared_ptr<ChildNodeT>> |
Definition at line 107 of file catch_reporter_bases.hpp.
|
inlineexplicit |
Definition at line 104 of file catch_reporter_bases.hpp.
|
inlinevirtual |
Definition at line 105 of file catch_reporter_bases.hpp.
| ChildNodes Catch::CumulativeReporterBase< DerivedT >::Node< T, ChildNodeT >::children |
Definition at line 109 of file catch_reporter_bases.hpp.
| T Catch::CumulativeReporterBase< DerivedT >::Node< T, ChildNodeT >::value |
Definition at line 108 of file catch_reporter_bases.hpp.