xcal
基于 C++23 的现代图形渲染引擎
|
#include <property.hpp>
Public 成员函数 | |
template<typename... Args> requires (std::is_constructible_v<T, Args...>) | |
Proxy (MProperty *self, Args &&...args) | |
Proxy (MProperty *self, T &&value) | |
Proxy (MProperty *self, const T &value) | |
~Proxy () | |
void | on_changed () |
Proxy & | operator= (const T &value) |
Proxy & | operator= (T &&value) |
Proxy (const Proxy &other)=delete | |
Proxy (Proxy &&other) | |
Proxy & | operator= (const Proxy &other) |
Proxy & | operator= (Proxy &&other) |
operator T& () | |
operator const T & () const | |
template<typename... Args> | |
auto & | operator[] (Args &&...args) |
template<typename... Args> | |
auto & | operator[] (Args &&...args) const |
template<typename... Args> | |
auto & | operator() (Args &&...args) |
template<typename... Args> | |
const auto & | operator() (Args &&...args) const |
在文件 property.hpp 第 32 行定义.
|
inlineexplicit |
在文件 property.hpp 第 40 行定义.
|
inline |
在文件 property.hpp 第 45 行定义.
|
inline |
在文件 property.hpp 第 48 行定义.
|
inline |
在文件 property.hpp 第 51 行定义.
|
delete |
|
inline |
在文件 property.hpp 第 69 行定义.
|
inline |
在文件 property.hpp 第 52 行定义.
|
inline |
在文件 property.hpp 第 89 行定义.
|
inline |
在文件 property.hpp 第 84 行定义.
|
inline |
在文件 property.hpp 第 101 行定义.
|
inline |
在文件 property.hpp 第 106 行定义.
|
inline |
在文件 property.hpp 第 72 行定义.
|
inline |
在文件 property.hpp 第 58 行定义.
|
inline |
在文件 property.hpp 第 77 行定义.
|
inline |
在文件 property.hpp 第 63 行定义.
|
inline |
在文件 property.hpp 第 92 行定义.
|
inline |
在文件 property.hpp 第 97 行定义.