toolutils.hh

来自「COPE the first practical network coding 」· HH 代码 · 共 20 行

HH
20
字号
#ifndef CLICK_TOOLUTILS_HH#define CLICK_TOOLUTILS_HH#include <click/userutils.hh>class RouterT;String shell_command_output_string(String command_line, const String &command_stdin, ErrorHandler *);extern bool ignore_line_directives;RouterT *read_router_string(const String &text, const String &landmark, ErrorHandler *);RouterT *read_router_string(String text, const String &landmark, bool, RouterT *, ErrorHandler *);RouterT *read_router_file(const char *filename, ErrorHandler *);RouterT *read_router_file(const char *filename, bool empty_ok, ErrorHandler *);RouterT *read_router(const String &, bool is_expr, ErrorHandler *);void write_router_file(RouterT *, FILE *, ErrorHandler * = 0);int write_router_file(RouterT *, const char *, ErrorHandler * = 0);String xml_quote(const String &);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?