Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::SurveyRespondent Struct Reference

Survey respondent with constraints. More...

#include <net_apps.H>

Collaboration diagram for Aleph::SurveyRespondent:
[legend]

Public Attributes

size_t id
 
int min_questions
 Minimum questions to answer.
 
int max_questions
 Maximum questions can answer.
 
std::vector< size_teligible_questions
 Questions this respondent can answer.
 

Detailed Description

Survey respondent with constraints.

Definition at line 925 of file net_apps.H.

Member Data Documentation

◆ eligible_questions

std::vector<size_t> Aleph::SurveyRespondent::eligible_questions

Questions this respondent can answer.

Definition at line 930 of file net_apps.H.

◆ id

size_t Aleph::SurveyRespondent::id

Definition at line 927 of file net_apps.H.

◆ max_questions

int Aleph::SurveyRespondent::max_questions

Maximum questions can answer.

Definition at line 929 of file net_apps.H.

◆ min_questions

int Aleph::SurveyRespondent::min_questions

Minimum questions to answer.

Definition at line 928 of file net_apps.H.


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