|
MythTV master
|
Public Attributes | |
| FILE * | m_file { nullptr } |
| std::string | m_name |
| int | m_line { 0 } |
| struct filestack_t * | m_parent { nullptr } |
Definition at line 57 of file lirc_client.cpp.
| FILE* filestack_t::m_file { nullptr } |
Definition at line 58 of file lirc_client.cpp.
Referenced by lirc_readconfig_only_internal().
| int filestack_t::m_line { 0 } |
Definition at line 60 of file lirc_client.cpp.
Referenced by lirc_readconfig_only_internal().
| std::string filestack_t::m_name |
Definition at line 59 of file lirc_client.cpp.
Referenced by lirc_readconfig_only_internal().
| struct filestack_t* filestack_t::m_parent { nullptr } |
Definition at line 61 of file lirc_client.cpp.
Referenced by stack_pop(), and stack_push().