openUBMC HAL V0.1
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 属性 | 所有成员列表
conanfile.BcalConan类 参考
类 conanfile.BcalConan 继承关系图:
Inheritance graph
[图例]
conanfile.BcalConan 的协作图:
Collaboration graph
[图例]

Public 成员函数

 package_info (self)
 
 layout (self)
 
 requirements (self)
 
 generate (self)
 
 build (self)
 
 package (self)
 
- Public 成员函数 继承自 conanbase.ConanBase
 export (self)
 
 source (self)
 
 compile_files (self, root, files, executor)
 
 check_luajit_support_deterministic (self)
 
 compile_file (self, file_path, enable_luajit)
 
 find_libraries (self, root, file)
 

静态 Public 属性

str name = "bcal"
 
str language = "c++"
 
str generators = "CMakeDeps", "VirtualBuildEnv", "PkgConfigDeps"
 
dict options
 
dict default_options
 
- 静态 Public 属性 继承自 conanbase.ConanBase
str name = "bcal"
 
str version = "0.0.1"
 
str settings = "os", "compiler", "build_type", "arch"
 
str license = "Mulan PSL v2"
 
str generators = "CMakeDeps", "VirtualBuildEnv", "PkgConfigDeps"
 
str language = "lua"
 
dict options
 
dict default_options
 

额外继承的成员函数

- Public 属性 继承自 conanbase.ConanBase
 recipe_folder
 
 export_folder
 
 source_folder
 
 package_folder
 
 compile_file
 
- Protected 成员函数 继承自 conanbase.ConanBase
 _configure_cmake (self)
 
 _pre_generate (self)
 
- 静态 Protected 属性 继承自 conanbase.ConanBase
 _cmake = None
 
int _codegen_version = 3
 

成员函数说明

◆ build()

conanfile.BcalConan.build (   self)

◆ generate()

conanfile.BcalConan.generate (   self)

◆ layout()

conanfile.BcalConan.layout (   self)

◆ package()

conanfile.BcalConan.package (   self)

◆ package_info()

conanfile.BcalConan.package_info (   self)

◆ requirements()

conanfile.BcalConan.requirements (   self)

类成员变量说明

◆ default_options

dict conanfile.BcalConan.default_options
static
初始值:
= {
"asan": False,
"gcov": False,
"test": False,
}

◆ options

dict conanfile.BcalConan.options
static
初始值:
= {
"asan": [True, False],
"gcov": [True, False],
"test": [True, False],
}

该类的文档由以下文件生成: