|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __VOM_INSPECT_H__
17 #define __VOM_INSPECT_H__
63 virtual void show(std::ostream& os) = 0;
77 static std::unique_ptr<std::map<std::string, command_handler*>>
82 static std::unique_ptr<
83 std::deque<std::pair<std::vector<std::string>,
std::string>>>
virtual void show(std::ostream &os)=0
Show each object.
The VPP Object Model (VOM) library.
static void register_handler(const std::vector< std::string > &cmds, const std::string &help, command_handler *ch)
Register a command handler for inspection.
inspect command handler Handler
A means to inspect the state VPP has built, in total, and per-client.
~inspect()=default
Destructor to tidyup socket resources.
command_handler()=default
void handle_input(const std::string &input, std::ostream &output)
handle input from the requester
inspect()=default
Constructor.
virtual ~command_handler()=default