BIMHome v1.0.0
BIMHome接口文档说明
| 函数
XMLTools.h 文件参考
#include <memory>
#include <iostream>
#include <xercesc/util/TransService.hpp>
#include <Base/Exception.h>

浏览源代码.

class  StrX
 StrX 类,用于管理 XMLCh 字符串的生命周期 更多...
 
class  StrXUTF8
 StrXUTF8 类,用于管理 XMLCh 字符串到 UTF-8 字符串的转换 更多...
 
class  XMLTools
 XMLTools 类,提供 XML 相关的工具函数 更多...
 
class  XStr
 XStr 类,用于管理 UTF-8 字符串到 XMLCh 字符串的转换 更多...
 
class  XUTF8Str
 XUTF8Str 类,用于管理 UTF-8 字符串到 XMLCh 字符串的转换 更多...
 

函数

std::ostream & operator<< (std::ostream &target, const StrX &toDump)
 重载输出流运算符,用于输出 StrX 对象
 
std::ostream & operator<< (std::ostream &target, const StrXUTF8 &toDump)
 重载输出流运算符,用于输出 StrXUTF8 对象