#include <scancode_state.hpp>
◆ State()
State::State |
( |
int |
agentId | ) |
|
constructor for state class
- Parameters
-
agentId | agent_pk in the agent table |
Definition at line 9 of file state.cc.
◆ getAgentId()
int State::getAgentId |
( |
| ) |
const |
getter function for agent Id
- Returns
- integer agentId(agent_pk in the agent table)
Definition at line 14 of file state.cc.
◆ getCliOptions()
string State::getCliOptions |
( |
| ) |
const |
getter function for cliOptions
- Returns
- string cliOptions command line options for scancode toolkit
Definition at line 26 of file scancode_state.cc.
◆ setCliOptions()
void State::setCliOptions |
( |
string |
cliOptions | ) |
|
setter for command line interface options
- Parameters
-
cliOptions | command line options for scancode toolkit |
Definition at line 33 of file scancode_state.cc.
◆ agentId
agent Id is agent_pk in the agent table
Definition at line 23 of file state.hpp.
◆ cliOptions
cliOptions command line options for scancode toolkit
Definition at line 34 of file scancode_state.hpp.
The documentation for this class was generated from the following files: