My Project
Public Attributes | List of all members
uuid::console::Commands::Match Struct Reference

Result of a command find operation. More...

Collaboration diagram for uuid::console::Commands::Match:
Collaboration graph
[legend]

Public Attributes

std::multimap< size_t, const Command * > exact
 
std::multimap< size_t, const Command * > partial
 
std::vector< const Command * > all
 

Detailed Description

Result of a command find operation.

Each matching command is returned in a map grouped by size.

Since
0.1.0

Definition at line 723 of file console.h.

Member Data Documentation

◆ all

std::vector<const Command*> uuid::console::Commands::Match::all

Commands that match the command line, in defined order.

Since
0.7.6

Definition at line 726 of file console.h.

◆ exact

std::multimap<size_t,const Command*> uuid::console::Commands::Match::exact

Commands that match the command line exactly, grouped by the size of the command names.

Since
0.1.0

Definition at line 724 of file console.h.

◆ partial

std::multimap<size_t,const Command*> uuid::console::Commands::Match::partial

Commands that the command line partially matches, grouped by the size of the command names.

Since
0.1.0

Definition at line 725 of file console.h.


The documentation for this struct was generated from the following file: