#include <bxml_read.h>
Definition at line 28 of file bxml_read.h.
Public Member Functions | |
| bxml_stream_read (int max_depth=-1) | |
| Constructor. | |
| ~bxml_stream_read () | |
| Destructor. | |
| void | reset () |
| Reset the state of the reader. | |
| bxml_data_sptr | next_element (vcl_istream &is, unsigned int &depth) |
| Read the next element. | |
Private Attributes | |
| pimpl * | p_ |
Classes | |
| class | pimpl |
| bxml_stream_read::bxml_stream_read | ( | int | max_depth = -1 |
) | [explicit] |
Constructor.
only elements with depth <= max_depth are returned
Definition at line 161 of file bxml_read.cxx.
| bxml_stream_read::~bxml_stream_read | ( | ) |
| void bxml_stream_read::reset | ( | ) |
| bxml_data_sptr bxml_stream_read::next_element | ( | vcl_istream & | is, | |
| unsigned int & | depth | |||
| ) |
pimpl* bxml_stream_read::p_ [private] |
Definition at line 45 of file bxml_read.h.
1.5.1