#include <user.h>
Public Types | |
typedef std::list< Def > | def_list |
typedef def_list::iterator | def_list_it |
Public Methods | |
bool | add (DefineOpen &def, File buffer) |
bool | get_command (Tag &tag, std::string &command) |
bool | is_user_tag (std::string tag_type, std::string init_scan) |
def_list | get_defs () const |
Strings::string_list | get_init_scan_types () |
Private Methods | |
bool | find (std::string name, Def &def) |
Private Attributes | |
def_list | defs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|