ct_common
1.0.1
Common library for combinatorial testing
|
#include <seed_constraint.h>
Public Member Functions | |
Seed_Constraint (void) | |
Seed_Constraint (const Seed_Constraint &) | |
Seed_Constraint & | operator= (const Seed_Constraint &right) |
virtual | ~Seed_Constraint (void) |
const boost::shared_ptr < Constraint > & | get_constraint (void) const |
boost::shared_ptr< Constraint > & | the_constraint (void) |
virtual EvalType_Bool | IsMatch (const Assignment &assignment, const std::vector< boost::shared_ptr< ParamSpec > > ¶mspecs) |
Definition at line 21 of file seed_constraint.h.
Seed_Constraint::Seed_Constraint | ( | void | ) |
Definition at line 17 of file seed_constraint.cpp.
Seed_Constraint::Seed_Constraint | ( | const Seed_Constraint & | from | ) |
Definition at line 21 of file seed_constraint.cpp.
Seed_Constraint::~Seed_Constraint | ( | void | ) | [virtual] |
Definition at line 25 of file seed_constraint.cpp.
const boost::shared_ptr<Constraint>& ct::common::Seed_Constraint::get_constraint | ( | void | ) | const [inline] |
Definition at line 30 of file seed_constraint.h.
EvalType_Bool Seed_Constraint::IsMatch | ( | const Assignment & | assignment, |
const std::vector< boost::shared_ptr< ParamSpec > > & | paramspecs | ||
) | [virtual] |
Whether a given assignment matches the seed
Implements ct::common::Seed.
Definition at line 33 of file seed_constraint.cpp.
Seed_Constraint & Seed_Constraint::operator= | ( | const Seed_Constraint & | right | ) |
Definition at line 28 of file seed_constraint.cpp.
boost::shared_ptr<Constraint>& ct::common::Seed_Constraint::the_constraint | ( | void | ) | [inline] |
Definition at line 31 of file seed_constraint.h.