|
My Project
|
Result of a command find operation. More...

Public Attributes | |
| std::multimap< size_t, const Command * > | exact |
| std::multimap< size_t, const Command * > | partial |
| std::vector< const Command * > | all |
Result of a command find operation.
Each matching command is returned in a map grouped by size.
| std::vector<const Command*> uuid::console::Commands::Match::all |
| std::multimap<size_t,const Command*> uuid::console::Commands::Match::exact |
| std::multimap<size_t,const Command*> uuid::console::Commands::Match::partial |