Public Member Functions | |
| Tag (BNTag *tag) | |
| Tag (Ref< TagType > type, const std::string &data="") | |
| std::string | GetId () const |
| Ref< TagType > | GetType () const |
| std::string | GetData () const |
| void | SetData (const std::string &data) |
| Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNTag, BNNewTagReference, BNFreeTag > | |
| CoreRefCountObject () | |
| virtual | ~CoreRefCountObject () |
| BNTag * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
| void | ReleaseForRegistration () |
| void | AddRefForCallback () |
| void | ReleaseForCallback () |
Static Public Member Functions | |
| static BNTag ** | CreateTagList (const std::vector< Ref< Tag > > &tags, size_t *count) |
| static std::vector< Ref< Tag > > | ConvertTagList (BNTag **tags, size_t count) |
| static void | FreeTagList (BNTag **tags, size_t count) |
| static std::vector< Ref< Tag > > | ConvertAndFreeTagList (BNTag **tags, size_t count) |
Additional Inherited Members | |
| Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNTag, BNNewTagReference, BNFreeTag > | |
| std::atomic< int > | m_refs |
| bool | m_registeredRef |
| BNTag * | m_object |
| Tag::Tag | ( | BNTag * | tag | ) |
| std::string Tag::GetId | ( | ) | const |
| std::string Tag::GetData | ( | ) | const |
| void Tag::SetData | ( | const std::string & | data | ) |
|
static |