#include <sbdmenu.h>
Inheritance diagram for MENU_L:

Definition at line 387 of file sbdmenu.h.
| MENU_L::MENU_L | ( | ) |  [inline] | 
        
| MENU_L::MENU_L | ( | MENU_NODE * | p | ) |  [inline] | 
        
| void ELIST_LINK::de_serialise_asc | ( | FILE * | f | ) |  [inherited] | 
        
Reimplemented in ICOORDELT.
Definition at line 39 of file elst.cpp.
References ABORT, ERRCODE::error(), and SERIALISE_LINKS.
00040 { 00041 SERIALISE_LINKS.error ("ELIST_LINK::de_serialise_asc", ABORT, 00042 "Don't call this, override!"); 00043 }
| void ELIST_LINK::serialise_asc | ( | FILE * | f | ) |  [inherited] | 
        
Generates an error, as it should never be called.
Definition at line 32 of file elst.cpp.
References ABORT, ERRCODE::error(), and SERIALISE_LINKS.
00033 { 00034 SERIALISE_LINKS.error ("ELIST_LINK::serialise_asc", ABORT, 00035 "Don't call this, override!"); 00036 }
 1.5.1