🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ReflectAPI.hpp 文件参考
#include "AstGlobal.h"
#include "AstUtil/StringView.hpp"
#include "AstUtil/Dimension.hpp"
#include <string>

浏览该文件的源代码.

struct  ast::property_trait< T >
 
struct  ast::property_trait< std::string >
 
struct  ast::property_trait< TimePoint >
 

命名空间

namespace  ast
 

类型定义

typedef errc_t(* ast::FPropertyGet) (const void *obj, void *value)
 
typedef errc_t(* ast::FPropertySet) (void *obj, void const *value)
 

函数

Propertyast::_aNewPropertyBool (FPropertyGet getter, FPropertySet setter)
 
Propertyast::_aNewPropertyInt (FPropertyGet getter, FPropertySet setter)
 
Propertyast::_aNewPropertyDouble (FPropertyGet getter, FPropertySet setter)
 
Propertyast::_aNewPropertyString (FPropertyGet getter, FPropertySet setter)
 
Propertyast::_aNewPropertyQuantity (FPropertyGet getter, FPropertySet setter, Dimension dimension)
 
template<typename T >
A_ALWAYS_INLINE Propertyast::_aNewProperty (FPropertyGet getter, FPropertySet setter)
 
template<>
A_ALWAYS_INLINE Propertyast::_aNewProperty< bool > (FPropertyGet getter, FPropertySet setter)
 
template<>
A_ALWAYS_INLINE Propertyast::_aNewProperty< int > (FPropertyGet getter, FPropertySet setter)
 
template<>
A_ALWAYS_INLINE Propertyast::_aNewProperty< double > (FPropertyGet getter, FPropertySet setter)
 
template<>
A_ALWAYS_INLINE Propertyast::_aNewProperty< std::string > (FPropertyGet getter, FPropertySet setter)
 
template<typename T , bool T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyBoolMem ()
 
template<typename T , bool T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyBool ()
 
template<typename T , int T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyIntMem ()
 
template<typename T , int T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyInt ()
 
template<typename T , double T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyDoubleMem ()
 
template<typename T , double T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyDouble ()
 
template<typename T , double T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyQuantityMem (Dimension dimension)
 
template<typename T , double T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyQuantity (Dimension dimension)
 
template<typename T , std::string T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyStringMem ()
 
template<typename T , std::string T::* Member>
A_ALWAYS_INLINE Propertyast::aNewPropertyString ()
 
template<typename T , bool(T::*)() const Getter, void(T::*)(bool) Setter>
A_ALWAYS_INLINE Propertyast::aNewPropertyBool ()
 
template<typename T , int(T::*)() const Getter, void(T::*)(int) Setter>
A_ALWAYS_INLINE Propertyast::aNewPropertyInt ()
 
template<typename T , double(T::*)() const Getter, void(T::*)(double) Setter>
A_ALWAYS_INLINE Propertyast::aNewPropertyDouble ()
 
template<typename T , double(T::*)() const Getter, void(T::*)(double) Setter>
A_ALWAYS_INLINE Propertyast::aNewPropertyQuantity (Dimension dimension)
 
template<typename T , const std::string &(T::*)() const Getter, void(T::*)(StringView) Setter>
A_ALWAYS_INLINE Propertyast::aNewPropertyString ()
 

详细描述

~

~

作者
axel
日期
2025-12-09

ast项目(https://github.com/space-ast/ast) 本项目基于 Apache 2.0 开源许可证分发。 您可在遵守许可证条款的前提下使用、修改和分发本软件。 许可证全文请见:

http://www.apache.org/licenses/LICENSE-2.0

重要须知: 软件按"现有状态"提供,无任何明示或暗示的担保条件。 除非法律要求或书面同意,作者与贡献者不承担任何责任。 使用本软件所产生的风险,需由您自行承担。