ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
xml.h File Reference

声明XML相关接口。 More...

#include "tools/tab/xml/xml_serialize.h"
#include "tools/tab/xml/xmlinfo.h"
#include "actor/tab/csvtable.h"
#include "tools/log/nlog.h"
#include "tools/tools.h"
#include "tools/type.h"

Classes

class  ngl::xmlnode
 XML节点配置管理类。 More...

Macros

#define nconfig   ngl::xmlnode::instance()

Detailed Description

声明XML相关接口。

本文件提供了XML配置文件的解析和管理功能,包括:

  • XML节点配置管理类xmlnode
  • XML数据读写模板函数
  • XML属性读写模板函数
  • 全局配置访问宏nconfig

这些功能用于从XML配置文件中加载服务器配置参数。