SDL++
C++wrapperfortheSDLlibrary.

sdl::subsystem::TimerBase Struct Reference

Base for the timer subsystem. More...

#include <Subsystem.h>

List of all members.

Public Member Functions

unsigned int ticks ()
TimerBasedelay (unsigned int interval)

Static Protected Member Functions

static const string name ()

Detailed Description

Base for the timer subsystem.

Definition at line 297 of file Subsystem.h.


Member Function Documentation

TimerBase& sdl::subsystem::TimerBase::delay ( unsigned int  interval) [inline]

Waits the specified number of milliseconds.

Parameters:
Thenumber of milliseconds to wait.

Definition at line 308 of file Subsystem.h.

static const string sdl::subsystem::TimerBase::name ( ) [inline, static, protected]

Returns the name of the Subsystem.

Returns:
The name of the Subsystem.

Definition at line 319 of file Subsystem.h.

unsigned int sdl::subsystem::TimerBase::ticks ( ) [inline]

Returns the number of milliseconds since SDL library initialization.

Definition at line 301 of file Subsystem.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs