Flip Reference

 

EnumDescManager Class Reference

Namespace

ohm::flip

Declared in

ohm/flip/EnumDescManager.h

Companion Guide

Flip Programming Guide: Writing a Flip Class Part 1

See also

ohm::flip::EnumDescription

Overview

The EnumDescManager class implements a singleton that holds all Flip enums declaration. The following sections will only document the public API.

Partial Class Diagram

Methods Overview

Manipulating

Methods

declare

Declares a custom Flip enum to the Flip framework.

static void    declare (EnumDescriptionMaster & enum_description);

Important:Enums must be declared before classes used them

post_check

Ensures that the Flip framework enum declaration is in a good state.

void           post_check ();

This must be done after you declare all your own Flip enums.