|
libebml_ng
|
#include <ebmlStruct.h>
Classes | |
| class | iterator |
Public Member Functions | |
| const_slot_t (const slot_t &) | |
| const_slot_t (slot_t &&) | |
| const_slot_t (const const_slot_t &) | |
| const_slot_t (const_slot_t &&) | |
| const_slot_t & | operator= (const const_slot_t &) |
| const_slot_t & | operator= (const_slot_t &&) |
| const_slot_t & | operator= (const slot_t &) |
| const_slot_t & | operator= (slot_t &&) |
| operator c_ebmlElement_sp () const | |
| operator c_ebmlElement_l () const | |
| c_ebmlElement_sp | operator[] (size_t) const |
| const_slot_t::iterator | cbegin () const |
| const_slot_t::iterator | cend () const |
Protected Member Functions | |
| const_slot_t (const ebml::ptr< const ebmlStruct > &, const _slot_t &) | |
| const_slot_t (ebml::ptr< const ebmlStruct > &&, const _slot_t &) | |
Friends | |
| class | iterator |
| class | ebmlStruct |
|
protected |
|
protected |
| ebml::const_slot_t::const_slot_t | ( | const slot_t & | other | ) |
| ebml::const_slot_t::const_slot_t | ( | slot_t && | other | ) |
| ebml::const_slot_t::const_slot_t | ( | const const_slot_t & | other | ) |
| ebml::const_slot_t::const_slot_t | ( | const_slot_t && | other | ) |
| const_slot_t::iterator ebml::const_slot_t::cbegin | ( | ) | const |
| const_slot_t::iterator ebml::const_slot_t::cend | ( | ) | const |
| ebml::const_slot_t::operator c_ebmlElement_l | ( | ) | const |
| ebml::const_slot_t::operator c_ebmlElement_sp | ( | ) | const |
| const_slot_t & ebml::const_slot_t::operator= | ( | const const_slot_t & | other | ) |
| const_slot_t & ebml::const_slot_t::operator= | ( | const_slot_t && | other | ) |
| const_slot_t & ebml::const_slot_t::operator= | ( | const slot_t & | other | ) |
| const_slot_t & ebml::const_slot_t::operator= | ( | slot_t && | other | ) |
| c_ebmlElement_sp ebml::const_slot_t::operator[] | ( | size_t | offset | ) | const |
|
friend |
|
friend |
1.8.14