Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Types | Static Public Member Functions
abstraction::AlgorithmCategories Class Reference

#include <AlgorithmCategories.hpp>

Public Types

enum class  AlgorithmCategory {
  DEFAULT , TEST , STUDENT , EFFICIENT ,
  NAIVE , NONE
}
 

Static Public Member Functions

static AlgorithmCategory algorithmCategory (std::string category)
 
static std::string toString (AlgorithmCategory category)
 

Member Enumeration Documentation

◆ AlgorithmCategory

Enumerator
DEFAULT 
TEST 
STUDENT 
EFFICIENT 
NAIVE 
NONE 

Member Function Documentation

◆ algorithmCategory()

abstraction::AlgorithmCategories::AlgorithmCategory abstraction::AlgorithmCategories::algorithmCategory ( std::string  category)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString()

std::string abstraction::AlgorithmCategories::toString ( AlgorithmCategory  category)
static
Here is the caller graph for this function:

The documentation for this class was generated from the following files: