Template:Useful Classes: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Useful Classes]] | [[Category:Useful Classes]] | ||
*[[CSingleton]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class allows to restrict the instantiation of a specific class to one object.</span> | *[[CSingleton]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class allows to restrict the instantiation of a specific class to one object.</span> | ||
*[[CThread]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class represents a simple coroutine manager which can be used to limit method calls / loop.</span> |
Revision as of 18:34, 23 February 2015
- CSingleton » This class allows to restrict the instantiation of a specific class to one object.
- CThread » This class represents a simple coroutine manager which can be used to limit method calls / loop.