xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
third_party
xcmath
xcmath
symbolsystem
symbol.cc
浏览该文件的文档.
1
#include "
./symbol.h
"
2
const
std::string &
xcmath::Symbol::name
()
const
{
return
__name; }
3
xcmath::Symbol::Symbol
(
const
std::string &name) : __name(name) {}
xcmath::Symbol::Symbol
Symbol(const std::string &name)
Definition
symbol.cc:3
xcmath::Symbol::name
const std::string & name() const
Definition
symbol.cc:2
symbol.h
生成于 2025年 九月 19日 星期五 21:12:12 , 为 xcal使用
1.9.8