|
RTS API Documentation
1.10.11
|
#include <switch_cpp.h>
Collaboration diagram for Stream:Public Member Functions | |
| Stream (void) | |
| Stream (switch_stream_handle_t *) | |
| virtual | ~ Stream () |
| const char * | read (int *len) |
| void | write (const char *data) |
| void | raw_write (const char *data, int len) |
| const char * | get_data (void) |
Protected Attributes | |
| switch_stream_handle_t | mystream |
| switch_stream_handle_t * | stream_p |
| int | mine |
Definition at line 143 of file switch_cpp.h.
| Stream::Stream | ( | void | ) |
| Stream::Stream | ( | switch_stream_handle_t * | sp | ) |
Definition at line 567 of file switch_cpp.cpp.
References SWITCH_DECLARE_CONSTRUCTOR, and switch_safe_free.
|
virtual |
| const char * Stream::get_data | ( | void | ) |
| void Stream::raw_write | ( | const char * | data, |
| int | len | ||
| ) |
Definition at line 606 of file switch_cpp.cpp.
References this_check_void.
| const char * Stream::read | ( | int * | len | ) |
Definition at line 582 of file switch_cpp.cpp.
References this_check.
| void Stream::write | ( | const char * | data | ) |
Definition at line 600 of file switch_cpp.cpp.
References this_check_void.
|
protected |
Definition at line 147 of file switch_cpp.h.
|
protected |
Definition at line 145 of file switch_cpp.h.
|
protected |
Definition at line 146 of file switch_cpp.h.
1.8.13