IDA C++ SDK 9.2
Loading...
Searching...
No Matches
string_info_t Struct Reference

Information about one string from the string list. More...

#include <strlist.hpp>

Public Member Functions

 string_info_t (ea_t _ea=BADADDR)
bool operator< (const string_info_t &r) const

Public Attributes

ea_t ea
int length = 0
int type = 0

Detailed Description

Information about one string from the string list.

Constructor & Destructor Documentation

◆ string_info_t()

string_info_t::string_info_t ( ea_t _ea = BADADDR)
inline

Member Function Documentation

◆ operator<()

bool string_info_t::operator< ( const string_info_t & r) const
inline

Member Data Documentation

◆ ea

ea_t string_info_t::ea

◆ length

int string_info_t::length = 0

◆ type

int string_info_t::type = 0

The documentation for this struct was generated from the following file: