◆ Metadata() [1/15]
Metadata::Metadata |
( |
BNMetadata * |
structuredData | ) |
|
|
explicit |
◆ Metadata() [2/15]
Metadata::Metadata |
( |
bool |
data | ) |
|
|
explicit |
◆ Metadata() [3/15]
BinaryNinja::Metadata::Metadata |
( |
const std::string & |
data | ) |
|
|
explicit |
◆ Metadata() [4/15]
Metadata::Metadata |
( |
uint64_t |
data | ) |
|
|
explicit |
◆ Metadata() [5/15]
Metadata::Metadata |
( |
int64_t |
data | ) |
|
|
explicit |
◆ Metadata() [6/15]
Metadata::Metadata |
( |
double |
data | ) |
|
|
explicit |
◆ Metadata() [7/15]
BinaryNinja::Metadata::Metadata |
( |
const std::vector< bool > & |
data | ) |
|
|
explicit |
◆ Metadata() [8/15]
BinaryNinja::Metadata::Metadata |
( |
const std::vector< std::string > & |
data | ) |
|
|
explicit |
◆ Metadata() [9/15]
BinaryNinja::Metadata::Metadata |
( |
const std::vector< uint64_t > & |
data | ) |
|
|
explicit |
◆ Metadata() [10/15]
BinaryNinja::Metadata::Metadata |
( |
const std::vector< int64_t > & |
data | ) |
|
|
explicit |
◆ Metadata() [11/15]
BinaryNinja::Metadata::Metadata |
( |
const std::vector< double > & |
data | ) |
|
|
explicit |
◆ Metadata() [12/15]
BinaryNinja::Metadata::Metadata |
( |
const std::vector< uint8_t > & |
data | ) |
|
|
explicit |
◆ Metadata() [13/15]
Metadata::Metadata |
( |
const std::vector< Ref< Metadata > > & |
data | ) |
|
|
explicit |
◆ Metadata() [14/15]
Metadata::Metadata |
( |
const std::map< std::string, Ref< Metadata > > & |
data | ) |
|
|
explicit |
◆ Metadata() [15/15]
◆ ~Metadata()
virtual BinaryNinja::Metadata::~Metadata |
( |
| ) |
|
|
inlinevirtual |
◆ Append()
◆ Get() [1/2]
Ref< Metadata > BinaryNinja::Metadata::Get |
( |
const std::string & |
key | ) |
|
◆ Get() [2/2]
Ref< Metadata > BinaryNinja::Metadata::Get |
( |
size_t |
index | ) |
|
◆ GetArray()
◆ GetBoolean()
bool Metadata::GetBoolean |
( |
| ) |
const |
◆ GetBooleanList()
std::vector< bool > BinaryNinja::Metadata::GetBooleanList |
( |
| ) |
const |
◆ GetDouble()
double Metadata::GetDouble |
( |
| ) |
const |
◆ GetDoubleList()
std::vector< double > BinaryNinja::Metadata::GetDoubleList |
( |
| ) |
const |
◆ GetKeyValueStore()
map< string, Ref< Metadata > > Metadata::GetKeyValueStore |
( |
| ) |
|
◆ GetRaw()
vector< uint8_t > Metadata::GetRaw |
( |
| ) |
const |
◆ GetSignedInteger()
int64_t Metadata::GetSignedInteger |
( |
| ) |
const |
◆ GetSignedIntegerList()
std::vector< int64_t > BinaryNinja::Metadata::GetSignedIntegerList |
( |
| ) |
const |
◆ GetString()
string Metadata::GetString |
( |
| ) |
const |
◆ GetStringList()
std::vector< std::string > BinaryNinja::Metadata::GetStringList |
( |
| ) |
const |
◆ GetType()
◆ GetUnsignedInteger()
uint64_t Metadata::GetUnsignedInteger |
( |
| ) |
const |
◆ GetUnsignedIntegerList()
std::vector< uint64_t > BinaryNinja::Metadata::GetUnsignedIntegerList |
( |
| ) |
const |
◆ IsArray()
bool Metadata::IsArray |
( |
| ) |
const |
◆ IsBoolean()
bool Metadata::IsBoolean |
( |
| ) |
const |
◆ IsBooleanList()
bool BinaryNinja::Metadata::IsBooleanList |
( |
| ) |
const |
◆ IsDouble()
bool Metadata::IsDouble |
( |
| ) |
const |
◆ IsDoubleList()
bool BinaryNinja::Metadata::IsDoubleList |
( |
| ) |
const |
◆ IsKeyValueStore()
bool Metadata::IsKeyValueStore |
( |
| ) |
const |
◆ IsRaw()
bool Metadata::IsRaw |
( |
| ) |
const |
◆ IsSignedInteger()
bool Metadata::IsSignedInteger |
( |
| ) |
const |
◆ IsSignedIntegerList()
bool BinaryNinja::Metadata::IsSignedIntegerList |
( |
| ) |
const |
◆ IsString()
bool Metadata::IsString |
( |
| ) |
const |
◆ IsStringList()
bool BinaryNinja::Metadata::IsStringList |
( |
| ) |
const |
◆ IsUnsignedInteger()
bool Metadata::IsUnsignedInteger |
( |
| ) |
const |
◆ IsUnsignedIntegerList()
bool BinaryNinja::Metadata::IsUnsignedIntegerList |
( |
| ) |
const |
◆ operator==()
bool Metadata::operator== |
( |
const Metadata & |
rhs | ) |
|
◆ operator[]() [1/2]
Ref< Metadata > Metadata::operator[] |
( |
const std::string & |
key | ) |
|
◆ operator[]() [2/2]
◆ RemoveIndex()
void Metadata::RemoveIndex |
( |
size_t |
index | ) |
|
◆ RemoveKey()
void Metadata::RemoveKey |
( |
const std::string & |
key | ) |
|
◆ SetValueForKey()
bool Metadata::SetValueForKey |
( |
const std::string & |
key, |
|
|
Ref< Metadata > |
data |
|
) |
| |
◆ Size()
size_t Metadata::Size |
( |
| ) |
const |
The documentation for this class was generated from the following files: