liblevenshtein 4.0.0
A library for generating Finite State Transducers based on Levenshtein Automata.
Loading...
Searching...
No Matches
command_line.h File Reference
#include <cstdint>
#include <filesystem>
#include <liblevenshtein/transducer/algorithm.h>
Include dependency graph for command_line.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liblevenshtein::demo::CommandLine
 

Namespaces

namespace  liblevenshtein
 Various utilities regarding Levenshtein transducers.
 
namespace  liblevenshtein::demo
 

Enumerations

enum class  liblevenshtein::demo::ReturnCode {
  liblevenshtein::demo::RETURN_SUCCESS = 0 , liblevenshtein::demo::RETURN_FAILURE = 1 , liblevenshtein::demo::RETURN_END_OF_OPTS = 2 , liblevenshtein::demo::RETURN_FILE_NOT_EXISTS = 3 ,
  liblevenshtein::demo::RETURN_INVALID_ARG = 4 , liblevenshtein::demo::RETURN_DEFAULT = RETURN_SUCCESS
}