Main Page
Modules
Related Pages
S
earch for
Axl Stream Document: Abstract stream where a xml document is expected (also provided string functions)
axl_stream_accept
axl_stream_casecmp
axl_stream_consume_white_spaces
axl_stream_free
axl_stream_get_following
axl_stream_get_global_index
axl_stream_get_index
axl_stream_get_near_to
axl_stream_get_size
axl_stream_get_until
axl_stream_get_until_ref
axl_stream_get_until_zero
axl_stream_get_untilv
axl_stream_inspect
axl_stream_inspect_several
axl_stream_is_white_space
axl_stream_link
axl_stream_move
axl_stream_new
axl_stream_nullify
axl_stream_peek
axl_stream_push
axl_stream_remains
axl_stream_set_buffer_alloc
axl_stream_unlink
NullifyItem
bool axl_stream_remains
(
axlStream
*
stream
)
Allows to get current status of the stream.
If the is exhausted and have no more data to be read.
Parameters:
stream
The stream that is being checked.
Returns:
true if the stream is exhausted or false if not.