Empirical
Classes | Functions
emp::web::internal Namespace Reference

Classes

class  DivInfo
 
struct  TableColInfo
 
struct  TableDataInfo
 
struct  TableGroupInfo
 
class  TableInfo
 
struct  TableRowInfo
 
class  WidgetCommand
 Base class for command-objects that can be fed into widgets. More...
 
class  WidgetFacet
 WidgetFacet is a template that provides accessors into Widget with a derived return type. More...
 
class  WidgetInfo
 

Functions

static size_t NextWidgetNum (bool inc_num=true)
 Quick method for generating unique Widget ID numbers when not otherwise specified. More...
 
static std::string NextWidgetID ()
 Quick method for generating unique string IDs for Widgets. More...
 

Function Documentation

static std::string emp::web::internal::NextWidgetID ( )
static

Quick method for generating unique string IDs for Widgets.

static size_t emp::web::internal::NextWidgetNum ( bool  inc_num = true)
static

Quick method for generating unique Widget ID numbers when not otherwise specified.