FOSSology
4.5.1
Open Source License Compliance by Open Source Software
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
scancode_state.hpp
1
/*
2
SPDX-FileCopyrightText: © 2021 Sarita Singh <saritasingh.0425@gmail.com>
3
4
SPDX-License-Identifier: GPL-2.0-only
5
*/
6
7
#ifndef SCANCODE_AGENT_STATE_HPP
8
#define SCANCODE_AGENT_STATE_HPP
9
10
#include "
libfossdbmanagerclass.hpp
"
11
#include "scancode_dbhandler.hpp"
12
13
using namespace
std;
14
18
class
State
{
19
public
:
20
State
(
int
agentId);
21
void
setCliOptions(
string
cliOptions);
22
int
getAgentId()
const
;
23
string
getCliOptions()
const
;
24
25
private
:
29
int
agentId;
30
34
string
cliOptions
;
35
};
36
37
#endif
// SCANCODE_AGENT_STATE_HPP
State
Definition:
state.hpp:16
State::cliOptions
string cliOptions
Definition:
scancode_state.hpp:34
libfossdbmanagerclass.hpp
DB wrapper for agents.
src
scancode
agent
scancode_state.hpp
Generated on Wed Mar 26 2025 09:10:53 for FOSSology by
1.9.1