slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
命名空间 | 函数
AssertFatal.cpp 文件参考
#include <exception>
#include <stdexcept>
#include <yoga/config/Config.h>
#include <yoga/debug/AssertFatal.h>
#include <yoga/debug/Log.h>
#include <yoga/node/Node.h>
AssertFatal.cpp 的引用(Include)关系图:

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

void facebook::yoga::fatalWithMessage (const char *message)
 
void facebook::yoga::assertFatal (const bool condition, const char *message)
 
void facebook::yoga::assertFatalWithNode (const yoga::Node *const node, const bool condition, const char *message)
 
void facebook::yoga::assertFatalWithConfig (const yoga::Config *const config, const bool condition, const char *message)