xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
symbol.cc
浏览该文件的文档.
1#include "./symbol.h"
2const std::string &xcmath::Symbol::name() const { return __name; }
3xcmath::Symbol::Symbol(const std::string &name) : __name(name) {}
Symbol(const std::string &name)
Definition symbol.cc:3
const std::string & name() const
Definition symbol.cc:2