#include <map>
#include <string>
#include <vector>
#include <mutex>
#include <wsjcpp_core.h>
Go to the source code of this file.
|
#define | REGISTRY_WJSCPP_EMPLOY(classname) static classname * pWJSCppRegistryEmploy ## classname = new classname(); \ |
|
◆ REGISTRY_WJSCPP_EMPLOY
#define REGISTRY_WJSCPP_EMPLOY |
( |
|
classname | ) |
static classname * pWJSCppRegistryEmploy ## classname = new classname(); \ |
◆ findWsjcppEmploy()
◆ g_pWsjcppEmployees
◆ g_pWsjcppInitEmployees
std::vector<std::string>* g_pWsjcppInitEmployees |