Maze Builder Docs 6.0.1
All Classes Namespaces Files Functions Enumerations Friends Pages
enums.h File Reference

Enumerations for the maze builder program. More...

#include <string>
#include <stdexcept>
Include dependency graph for enums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mazes
 Namespace for the maze builder.
 

Enumerations

enum class  mazes::output : unsigned int {
  PLAIN_TEXT = 0 , JSON = 1 , WAVEFRONT_OBJECT_FILE = 2 , PNG = 3 ,
  JPEG = 4 , STDOUT = 5 , TOTAL = 6
}
 Enum class for output types.
 
enum class  mazes::algo : unsigned int { BINARY_TREE = 0 , SIDEWINDER = 1 , DFS = 2 , TOTAL = 3 }
 Enum class for maze types by the generating algorithm.
 

Detailed Description

Enumerations for the maze builder program.