Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
GeneralMacros.h File Reference#include <iostream>
Include dependency graph for GeneralMacros.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
Disallows the assignment operator. Definition at line 14 of file GeneralMacros.h.
Disallows the copy constructor. Definition at line 11 of file GeneralMacros.h.
Value:
DISALLOW_COPY(TypeName); \ DISALLOW_ASSIGN(TypeName) Disallows both the copy constructor and the assignment operator. Definition at line 17 of file GeneralMacros.h.
Value:
DISALLOW_COPY_ASSIGN(TypeName); \ TypeName(); \ ~TypeName(); Disallows a class from being instantiated. Definition at line 22 of file GeneralMacros.h.
A printing shortcut for boolean attributes. Definition at line 7 of file GeneralMacros.h. Referenced by KoduInterpreter::PerceptualMultiplexor::FailureRecovery::PauseInterpretation::doStart(), Kodu::KoduPrimitive::printAttrs(), Kodu::KoduConditionTimer::printAttrs(), Kodu::KoduConditionSee::printAttrs(), Kodu::KoduConditionScored::printAttrs(), Kodu::KoduConditionHear::printAttrs(), Kodu::KoduConditionGot::printAttrs(), Kodu::KoduConditionBump::printAttrs(), Kodu::KoduActionGrab::printAttrs(), and Kodu::KoduAction::printAttrs(). |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:56 2016 by Doxygen 1.6.3 |