FastDeploy  latest
Fast & Easy to Deploy!
Data Structures | Namespaces | Macros | Typedefs | Functions
types_internal.h File Reference
#include "fastdeploy/runtime/runtime_option.h"
#include "fastdeploy_capi/core/fd_type.h"
#include <memory>
Include dependency graph for types_internal.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ CHECK_AND_CONVERT_FD_TYPE

#define CHECK_AND_CONVERT_FD_TYPE (   TYPENAME,
  variable_name 
)    fastdeploy::FD_C_CheckAndConvert##TYPENAME(variable_name)

Typedef Documentation

◆ FD_C_RuntimeOptionWrapper