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