Additional Inherited Members | |
| Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNProjectFile, BNNewProjectFileReference, BNFreeProjectFile > | |
| std::atomic< int > | m_refs |
| bool | m_registeredRef |
| BNProjectFile * | m_object |
| ProjectFile::ProjectFile | ( | BNProjectFile * | file | ) |
| std::string ProjectFile::GetPathOnDisk | ( | ) | const |
| std::string ProjectFile::GetPathInProject | ( | ) | const |
| bool ProjectFile::ExistsOnDisk | ( | ) | const |
| std::string ProjectFile::GetName | ( | ) | const |
| std::string ProjectFile::GetDescription | ( | ) | const |
| bool ProjectFile::SetName | ( | const std::string & | name | ) |
| bool ProjectFile::SetDescription | ( | const std::string & | description | ) |
| std::string ProjectFile::GetId | ( | ) | const |
| Ref< ProjectFolder > ProjectFile::GetFolder | ( | ) | const |
| bool ProjectFile::SetFolder | ( | Ref< ProjectFolder > | folder | ) |
| bool ProjectFile::Export | ( | const std::string & | destination | ) | const |
| int64_t ProjectFile::GetCreationTimestamp | ( | ) | const |
| bool ProjectFile::AddDependency | ( | Ref< ProjectFile > | file | ) |
| bool ProjectFile::RemoveDependency | ( | Ref< ProjectFile > | file | ) |
| std::vector< Ref< ProjectFile > > ProjectFile::GetDependencies | ( | ) | const |
| std::vector< Ref< ProjectFile > > ProjectFile::GetRequiredBy | ( | ) | const |