Empirical
Classes | Namespaces | Functions
commands.h File Reference

A set of command-defining classes that can be fed into widgets using the << operator. More...

#include "Widget.h"

Go to the source code of this file.

Classes

class  emp::web::Close
 
class  emp::web::PrintStr
 The PrintStr command will print a pre-specified string to a widget. More...
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 
 emp::web
 

Functions

static const PrintStr emp::web::endl ("<br>")
 Pre-define emp::endl to insert a "<br>" and thus acting like a newline. More...
 

Detailed Description

A set of command-defining classes that can be fed into widgets using the << operator.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2015-2017