PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
ShadokType Namespace Reference

Enumerations

enum  ShadokType {
  NONE = 0 , HAUT = 1 , BAS = 2 , NONE = 0 ,
  HAUT = 1 , BAS = 2
}
 Type of the Shadok we want to serialized. More...
 
enum  ShadokType {
  NONE = 0 , HAUT = 1 , BAS = 2 , NONE = 0 ,
  HAUT = 1 , BAS = 2
}
 Type of the Shadok we want to serialized. More...
 

Enumeration Type Documentation

◆ ShadokType [1/2]

Type of the Shadok we want to serialized.

Enumerator
NONE 
HAUT 
BAS 
NONE 
HAUT 
BAS 

Definition at line 12 of file main.cpp.

12  {
13  NONE = 0, //Nothing to do
14  HAUT = 1, //Shadok from the top of the planet
15  BAS = 2 //Shadok from the bottom of the planet
16  };
@ HAUT
Definition: main.cpp:14
@ NONE
Definition: main.cpp:13

◆ ShadokType [2/2]

Type of the Shadok we want to serialized.

Enumerator
NONE 
HAUT 
BAS 
NONE 
HAUT 
BAS 

Definition at line 11 of file main.cpp.

11  {
12  NONE = 0, //Nothing to do
13  HAUT = 1, //Shadok from the top of the planet
14  BAS = 2 //Shadok from the bottom of the planet
15  };