ct_common  1.0.1
Common library for combinatorial testing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
ct::common::SUTModel Struct Reference

#include <sutmodel.h>

List of all members.

Public Attributes

std::vector< boost::shared_ptr
< ParamSpec > > 
param_specs_
std::vector< Strengthstrengths_
std::vector< boost::shared_ptr
< Seed > > 
seeds_
std::vector< boost::shared_ptr
< Constraint > > 
constraints_

Detailed Description

The class for SUT models

Definition at line 29 of file sutmodel.h.


Member Data Documentation

std::vector<boost::shared_ptr<Constraint> > ct::common::SUTModel::constraints_

The constraints

Definition at line 33 of file sutmodel.h.

std::vector<boost::shared_ptr<ParamSpec> > ct::common::SUTModel::param_specs_

The parameter specifications

Definition at line 30 of file sutmodel.h.

std::vector<boost::shared_ptr<Seed> > ct::common::SUTModel::seeds_

The seeds

Definition at line 32 of file sutmodel.h.

The strengths

Definition at line 31 of file sutmodel.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines