|
slot 0.0.1
A real time UI render framework
|
#include <Benchmark.h>
Public 成员函数 | |
| YogaNodeAndConfig (std::shared_ptr< YGNode > node, std::shared_ptr< const YGConfig > config, std::vector< std::shared_ptr< YogaNodeAndConfig > > children) | |
Public 属性 | |
| std::shared_ptr< YGNode > | node_ |
| std::shared_ptr< const YGConfig > | config_ |
| std::vector< std::shared_ptr< YogaNodeAndConfig > > | children_ |
|
inline |
| std::vector<std::shared_ptr<YogaNodeAndConfig> > facebook::yoga::YogaNodeAndConfig::children_ |
| std::shared_ptr<const YGConfig> facebook::yoga::YogaNodeAndConfig::config_ |
| std::shared_ptr<YGNode> facebook::yoga::YogaNodeAndConfig::node_ |