ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
ApiServer Class Reference

간단한 API 서버 클래스. More...

#include <api_server.hpp>

Public Member Functions

 ApiServer (const std::string &host, int port)
 ApiServer 생성자
 
void init ()
 서버 초기화
 
void start ()
 서버 시작
 

Detailed Description

간단한 API 서버 클래스.

  • 지정된 호스트와 포트로 초기화 가능
  • init()start() 메서드 제공 (아직 구현은 비어있음)

Constructor & Destructor Documentation

◆ ApiServer()

ApiServer::ApiServer ( const std::string & host,
int port )
inline

ApiServer 생성자

Parameters
host서버 호스트 주소
port서버 포트 번호

The documentation for this class was generated from the following file: