xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
third_party
xcmath
xcmath
symbolsystem
symbol.h
浏览该文件的文档.
1
#pragma once
2
#ifndef XCMATH_SYMBOLSYSTEM_SYMBOL_H
3
#define XCMATH_SYMBOLSYSTEM_SYMBOL_H
4
#include <string>
5
#include "
./monomial.h
"
6
#include "
./xcmathConfig.h
"
7
namespace
xcmath
{
8
class
XCMATH_API
Symbol
{
9
private
:
10
std::string __name;
11
12
public
:
13
Symbol
(
const
std::string &name);
14
const
std::string &name()
const
;
15
16
operator
Monomial
();
17
};
18
}
// namespace xcmath
19
20
#endif
// XCMATH_SYMBOLSYSTEM_SYMBOL_H
xcmath::Monomial
Definition
monomial.h:13
xcmath::Symbol
Definition
symbol.h:8
monomial.h
xcmath
Compiler-specific type information handling for MSVC
Definition
complex.hpp:12
xcmathConfig.h
XCMATH_API
#define XCMATH_API
Definition
xcmathConfig.h:14
生成于 2025年 九月 19日 星期五 21:12:12 , 为 xcal使用
1.9.8