creativity  v1.3.0
Agent-based model of creativity and piracy
Public Attributes | List of all members
creativity::data::TreatmentFilter::Properties Struct Referencefinal

Data properties for rows filtered by TreatmentFilter() More...

#include <creativity/data/TreatmentFilter.hpp>

Public Attributes

std::unique_ptr< const StagePropertiespre
 A pointer to the Properties value for the pre row associated with this row.
 
std::unique_ptr< const StagePropertiespiracy
 A pointer to the Properties values for the LR piracy row associated with this row. More...
 
std::unique_ptr< const StagePropertiespolicy
 A pointer to the Properties values for the LR policy row associated with this row. More...
 
std::unique_ptr< const StagePropertiespiracy_SR
 A pointer to the Properties values for the SR piracy row associated with this row. More...
 
std::unique_ptr< const StagePropertiespolicy_SR
 A pointer to the Properties values for the SR public row associated with this row. More...
 
std::string source
 The source data simulation filename.
 

Detailed Description

Data properties for rows filtered by TreatmentFilter()

Member Data Documentation

§ piracy

std::unique_ptr<const StageProperties> creativity::data::TreatmentFilter::Properties::piracy

A pointer to the Properties values for the LR piracy row associated with this row.

Will be a nullptr if there is no such row. Note that whether this is set depends on whether or not the field is in the source data, not whether or not the stage will be included in the filtered data.

§ piracy_SR

std::unique_ptr<const StageProperties> creativity::data::TreatmentFilter::Properties::piracy_SR

A pointer to the Properties values for the SR piracy row associated with this row.

Will be a nullptr if there is no such row. Note that whether this is set depends on whether or not the field is in the source data, not whether or not the stage will be included in the filtered data.

§ policy

std::unique_ptr<const StageProperties> creativity::data::TreatmentFilter::Properties::policy

A pointer to the Properties values for the LR policy row associated with this row.

Will be a nullptr if there is no such row. Note that whether this is set depends on whether or not the field is in the source data, not whether or not the stage will be included in the filtered data.

§ policy_SR

std::unique_ptr<const StageProperties> creativity::data::TreatmentFilter::Properties::policy_SR

A pointer to the Properties values for the SR public row associated with this row.

Will be a nullptr if there is no such row. Note that whether this is set depends on whether or not the field is in the source data, not whether or not the stage will be included in the filtered data.


The documentation for this struct was generated from the following file: