#include <basis/byte_array.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <nodes/node.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for t_node.cpp:

Go to the source code of this file.
Functions | |
| void | log (const istring &to_print) |
| void | bogon (byte_array *fred) |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| void bogon | ( | byte_array * | fred | ) |
| void log | ( | const istring & | to_print | ) |
Definition at line 34 of file t_node.cpp.
References console_logger::log().
Referenced by bogon(), main(), common_database_support::syb_msg_handler(), and t_wxext_frame::t_wxext_frame().
| int main | ( | int | formal(argc), | |
| char * | formal(argv)[] | |||
| ) |
Definition at line 43 of file t_node.cpp.
References guards::alert_message(), nodes::node::insert_link(), SET_DEFAULT_CONSOLE_LOGGER, and nodes::node::set_link().
Definition at line 30 of file t_node.cpp.
1.5.1