#include <include.h>
Inheritance diagram for Include::
Public Methods | |
Include (Line &line) | |
bool | operator! () const |
class is valid? More... | |
std::string | get_file () |
returns the included filename. More... | |
Private Methods | |
bool | check_tag () |
Private Attributes | |
std::string | file |
bool | is_valid_tag |
the include tag: <include file="the_file">
|
|
|
|
|
returns the included filename.
|
|
class is valid?
Reimplemented from Tag. |
|
|
|
Reimplemented from Tag. |