Flip Reference

 

Overview

This book is the reference of the Flip framework.

It describes all the classes that a framework client might use. All classes are part ohm the ohm namespace so that the ohm namespace is omited in the following chapter. However all classes of Flip are in the ohm::flip namespace, but the flip namespace is not omited. For example a class ohm::flip::Bool will be listed as flip::Bool in the following.

It is to be used as a quick reference for Flip functions, but should not be used to learn flip. For that matter, please see Flip Overview , Flip BabyStep Tutorial and Flip Programming Guide .

The reference only lists the public API of the framework. Private or internal APIs are not listed here.