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

#include <kernwin.hpp>

Inheritance diagram for tagged_line_section_t:
line_section_t

Public Member Functions

 tagged_line_section_t ()
bool operator== (const tagged_line_section_t &r) const
bool operator!= (const tagged_line_section_t &r) const
bool valid () const
bool valid_in (const qstring &in) const
bool substr (qstring *out, const qstring &in, const tagged_line_section_t *end=nullptr) const
Public Member Functions inherited from line_section_t
bool contains (cpidx_t x) const
bool is_open () const
bool is_closed () const
bool valid () const
bool operator== (const line_section_t &r) const
bool operator!= (const line_section_t &r) const

Public Attributes

struct { 
   int   text_start = -1 
   int   text_end = -1 
byte_offsets
color_t tag = 0
Public Attributes inherited from line_section_t
cpidx_t start = -1
cplen_t length = -1

Constructor & Destructor Documentation

◆ tagged_line_section_t()

tagged_line_section_t::tagged_line_section_t ( )
inline

Member Function Documentation

◆ operator==()

bool tagged_line_section_t::operator== ( const tagged_line_section_t & r) const
inline

◆ operator!=()

bool tagged_line_section_t::operator!= ( const tagged_line_section_t & r) const
inline

◆ valid()

bool tagged_line_section_t::valid ( ) const
inline

◆ valid_in()

bool tagged_line_section_t::valid_in ( const qstring & in) const
inline

◆ substr()

bool tagged_line_section_t::substr ( qstring * out,
const qstring & in,
const tagged_line_section_t * end = nullptr ) const
inline

Member Data Documentation

◆ text_start

int tagged_line_section_t::text_start = -1

◆ text_end

int tagged_line_section_t::text_end = -1

◆ [struct]

struct { ... } tagged_line_section_t::byte_offsets

◆ tag

color_t tagged_line_section_t::tag = 0

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