Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4485 in orxonox.OLD for orxonox/trunk/src/util/garbage_collector.cc


Ignore:
Timestamp:
Jun 3, 2005, 12:19:43 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more documentation in util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/garbage_collector.cc

    r4389 r4485  
    1 
    2 
    31/*
    42   orxonox - the future of 3D-vertical-scrollers
     
    3432/**
    3533   \brief standard constructor
    36    \todo this constructor is not jet implemented - do it
    3734*/
    3835GarbageCollector::GarbageCollector ()
     
    4643/**
    4744   \brief standard deconstructor
    48 
    4945*/
    5046GarbageCollector::~GarbageCollector ()
     
    6864/**
    6965   \brief this sets the collection delay
    70    \param delay
     66   \param delay: the delay
    7167   
    7268   after this delay, the garbage collector starts its work and begins to collect unused object
     
    9793/**
    9894   \brief this ticks the GarbageCollector to give it the time pulse
    99    \param the time passed since last tick
     95   \param time: the time passed since last tick
    10096
    10197   like every other tick function eg. worldentity
     
    109105/**
    110106   \brief this updated the gargabe collection, if the time is ready
    111 
    112 
    113107*/
    114108void GarbageCollector::update()
Note: See TracChangeset for help on using the changeset viewer.