FastDeploy
latest
Fast & Easy to Deploy!
|
#include "fastdeploy/runtime/runtime_option.h"
#include "fastdeploy_capi/core/fd_type.h"
#include <memory>
Go to the source code of this file.
Data Structures | |
struct | FD_C_RuntimeOptionWrapper |
Namespaces | |
fastdeploy | |
Macros | |
#define | CHECK_AND_CONVERT_FD_TYPE(TYPENAME, variable_name) fastdeploy::FD_C_CheckAndConvert##TYPENAME(variable_name) |
Typedefs | |
typedef struct FD_C_RuntimeOptionWrapper | FD_C_RuntimeOptionWrapper |
Functions | |
std::unique_ptr< fastdeploy::RuntimeOption > & | fastdeploy::FD_C_CheckAndConvertRuntimeOptionWrapper (FD_C_RuntimeOptionWrapper *fd_c_runtime_option_wrapper) |
#define CHECK_AND_CONVERT_FD_TYPE | ( | TYPENAME, | |
variable_name | |||
) | fastdeploy::FD_C_CheckAndConvert##TYPENAME(variable_name) |
typedef struct FD_C_RuntimeOptionWrapper FD_C_RuntimeOptionWrapper |