Plugins
Prism
CMakeFiles
Prism_server_manager_modules
Prism_server_manager_modules.h
Go to the documentation of this file.
1
#ifndef Prism_server_manager_modules_h
2
#define Prism_server_manager_modules_h
3
4
#include "
Prism_server_manager_modules_data.h
"
5
#include <string>
6
#include <vector>
7
8
inline
void
Prism_server_manager_modules_initialize
(std::vector<std::string>& xmls)
9
{
10
(void)xmls;
11
{
12
char
*init_string =
Prism_server_manager_modulesPrismReadersGetInterfaces
();
13
xmls.emplace_back(init_string);
14
delete
[] init_string;
15
}
16
{
17
char
*init_string =
Prism_server_manager_modulesPrismViewsGetInterfaces
();
18
xmls.emplace_back(init_string);
19
delete
[] init_string;
20
}
21
}
22
23
#endif
Prism_server_manager_modulesPrismReadersGetInterfaces
char * Prism_server_manager_modulesPrismReadersGetInterfaces()
Definition:
Prism_server_manager_modules_data.h:214
Prism_server_manager_modules_data.h
Prism_server_manager_modules_initialize
void Prism_server_manager_modules_initialize(std::vector< std::string > &xmls)
Definition:
Prism_server_manager_modules.h:8
Prism_server_manager_modulesPrismViewsGetInterfaces
char * Prism_server_manager_modulesPrismViewsGetInterfaces()
Definition:
Prism_server_manager_modules_data.h:1582
Generated by
1.8.13 on Wed Dec 4 2024