forpy
2
|
Stores the parameters for one marked tree node. More...
#include <types.h>
Public Member Functions | |
TodoMark () | |
TodoMark (std::shared_ptr< std::vector< id_t >> sample_ids, const interv_t &interv, const id_t &node_id, const uint &depth) | |
bool | operator== (TodoMark const &rhs) const |
MOVE_ASSIGN (TodoMark) | |
Public Attributes | |
std::shared_ptr< std::vector< id_t > > | sample_ids |
interv_t | interv |
id_t | node_id |
uint | depth |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const uint &) |
DISALLOW_COPY_AND_ASSIGN (TodoMark) | |
Friends | |
class | cereal::access |
std::ostream & | operator<< (std::ostream &stream, const TodoMark &self) |
Stores the parameters for one marked tree node.
Contains the following elements:
|
private |
forpy::TodoMark::MOVE_ASSIGN | ( | TodoMark | ) |
|
inline |
|
inlineprivate |
|
friend |
std::shared_ptr<std::vector<id_t> > forpy::TodoMark::sample_ids |