|
Pol
Revision:cb584c9
|
#include <uop.h>
Inheritance diagram for uop_t::block_body_t:Public Member Functions | |
| block_body_t (kaitai::kstream *p__io, uop_t::block_addr_t *p__parent=0, uop_t *p__root=0) | |
| ~block_body_t () | |
| uop_t::block_addr_t * | _parent () const |
| uop_t * | _root () const |
| std::vector< file_t * > * | files () const |
| block_addr_t * | next_addr () const |
| uint32_t | nfiles () const |
Private Member Functions | |
| void | _read () |
Private Attributes | |
| uop_t::block_addr_t * | m__parent |
| uop_t * | m__root |
| std::vector< file_t * > * | m_files |
| block_addr_t * | m_next_addr |
| uint32_t | m_nfiles |
| uop_t::block_body_t::block_body_t | ( | kaitai::kstream * | p__io, |
| uop_t::block_addr_t * | p__parent = 0, |
||
| uop_t * | p__root = 0 |
||
| ) |
| uop_t::block_body_t::~block_body_t | ( | ) |
Definition at line 73 of file uop.cpp.
References m_files, and m_next_addr.
|
inline |
Definition at line 98 of file uop.h.
References uop_t::block_addr_t::m__parent.
|
private |
Definition at line 62 of file uop.cpp.
References m__root, m_files, m_next_addr, m_nfiles, and nfiles().
Referenced by block_body_t().
|
inline |
Definition at line 97 of file uop.h.
References uop_t::block_addr_t::m__root.
|
inline |
Definition at line 96 of file uop.h.
Referenced by Pol::Plib::RawMap::load_full_map(), and Pol::UoConvert::UoConvertMain::main().
|
inline |
|
inline |
|
private |
Definition at line 91 of file uop.h.
Referenced by block_body_t().
|
private |
Definition at line 90 of file uop.h.
Referenced by _read(), and block_body_t().
|
private |
Definition at line 89 of file uop.h.
Referenced by _read(), and ~block_body_t().
|
private |
Definition at line 88 of file uop.h.
Referenced by _read(), and ~block_body_t().
|
private |