0.4.3
首页
相关页面
专题
命名空间
类
文件
文件列表
文件成员
alson
alson
communication_client
client_header.h
浏览该文件的文档.
1
//
2
// Created by ALSON08 on 2022/8/2.
3
//
4
5
#ifndef ALSON_COMMUNICATION_CLIENT_CLIENT_HEADER_H
6
#define ALSON_COMMUNICATION_CLIENT_CLIENT_HEADER_H
7
8
9
// std
10
#include <memory>
11
12
// alson
13
#include <
alson/communication_base.h
>
14
15
16
class
ClientContext;
17
using
ClientContextPtr
= std::shared_ptr<ClientContext>;
18
19
20
#endif
// !ALSON_COMMUNICATION_CLIENT_CLIENT_HEADER_H
ClientContextPtr
std::shared_ptr< ClientContext > ClientContextPtr
定义
client_header.h:17
communication_base.h
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd
河南埃尔森智能科技有限公司
版权所有 豫ICP备15002212号