SOLA
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
~
Variables
a
c
d
e
f
i
l
m
p
r
s
t
u
w
Related Symbols
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Friends
Pages
Loading...
Searching...
No Matches
sola
include
SOLA
service.h
1
// Copyright The SOLA Contributors
2
//
3
// Licensed under the MIT License.
4
// For details on the licensing terms, see the LICENSE file.
5
// SPDX-License-Identifier: MIT
6
7
#ifndef SOLA_SERVICE_H_
8
#define SOLA_SERVICE_H_
9
10
#include <any>
11
#include <map>
12
#include <string>
13
14
namespace
sola {
15
struct
Service
{
16
std::map<std::string, std::any> key_values;
17
std::string friendly_name;
18
std::string type;
19
std::string uuid;
20
};
15
struct
Service
{
…
};
21
}
// namespace sola
22
23
#endif
sola::Service
Definition
service.h:15
Generated by
1.9.8