|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for XFILE::Pipe, including all inherited members.
| AddListener(IPipeListener *l) | XFILE::Pipe | |
| AddRef() | XFILE::Pipe | |
| CheckStatus() | XFILE::Pipe | |
| Close() | XFILE::Pipe | |
| DecRef() | XFILE::Pipe | |
| Flush() | XFILE::Pipe | |
| GetAvailableRead() | XFILE::Pipe | |
| GetName() | XFILE::Pipe | |
| IsEmpty() | XFILE::Pipe | |
| IsEof() | XFILE::Pipe | |
| m_bEof | XFILE::Pipe | protected |
| m_bOpen | XFILE::Pipe | protected |
| m_bReadyForRead | XFILE::Pipe | protected |
| m_buffer | XFILE::Pipe | protected |
| m_listeners | XFILE::Pipe | protected |
| m_lock | XFILE::Pipe | protected |
| m_nOpenThreshold | XFILE::Pipe | protected |
| m_nRefCount | XFILE::Pipe | protected |
| m_readEvent | XFILE::Pipe | protected |
| m_strPipeName | XFILE::Pipe | protected |
| m_writeEvent | XFILE::Pipe | protected |
| Pipe(const std::string &name, int nMaxSize=PIPE_DEFAULT_MAX_SIZE) | XFILE::Pipe | |
| Read(char *buf, int nMaxSize, int nWaitMillis=-1) | XFILE::Pipe | |
| RefCount() | XFILE::Pipe | |
| RemoveListener(IPipeListener *l) | XFILE::Pipe | |
| SetEof() | XFILE::Pipe | |
| SetOpenThreshold(int threshold) | XFILE::Pipe | |
| Write(const char *buf, int nSize, int nWaitMillis=-1) | XFILE::Pipe | |
| ~Pipe() | XFILE::Pipe | virtual |