New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ChallengeResCacheMgr Class Reference

#include <ChallengeResCacheMgr.h>

Inherits sead::CalculateTask.

Public Member Functions

 ChallengeResCacheMgr (const sead::TaskConstructArg &arg)
virtual ~ChallengeResCacheMgr ()
virtual void prepare ()
virtual void enter ()
virtual void calc ()
void clearCacheHeap ()
sead::HeapgetCacheHeap ()
void enableCacheHeap ()
void disableCacheHeap ()
bool isEnableCacheHeap () const
Public Member Functions inherited from sead::CalculateTask
 CalculateTask (const TaskConstructArg &arg)
 CalculateTask (const TaskConstructArg &arg, const char *name)
void pauseCalc (bool b) override
void pauseDraw (bool b) override
void pauseCalcRec (bool b) override
void pauseDrawRec (bool b) override
void pauseCalcChild (bool b) override
void pauseDrawChild (bool b) override
virtual ~CalculateTask ()
void attachCalcImpl () override
void attachDrawImpl () override
void detachCalcImpl () override
void detachDrawImpl () override
const RuntimeTypeInfo::InterfacegetCorrespondingMethodTreeMgrTypeInfo () const override
MethodTreeNodegetMethodTreeNode (s32 method_type) override
Public Member Functions inherited from sead::TaskBase
 TaskBase (const TaskConstructArg &arg)
 TaskBase (const TaskConstructArg &arg, const char *name)
virtual ~TaskBase ()
virtual void enterCommon ()
virtual void exit ()
virtual void onEvent (const TaskEvent &)
virtual void onDestroy ()
void doneDestroy ()
void detachCalc ()
void detachDraw ()
void detachCalcDraw ()
FrameworkgetFramework () const
MethodTreeMgrgetMethodTreeMgr () const
T * getParameter () const
void adjustHeapAll ()
TaskBasegetParentTask () const
HeapgetHeap ()
TaskMgrgetTaskMgr () const
Tag getTag () const
Public Member Functions inherited from sead::TTreeNode< TaskBase * >
 TTreeNode ()
TTreeNode< T > * parent () const
TTreeNode< T > * child () const
TTreeNode< T > * next () const
TTreeNode< T > * prev () const
TTreeNode< T > * findRoot ()
void pushBackSibling (TTreeNode< T > *o)
void pushBackChild (TTreeNode< T > *o)
void pushFrontChild (TTreeNode< T > *o)
void insertBeforeSelf (TTreeNode< T > *o)
void insertAfterSelf (TTreeNode< T > *o)
T & val ()
nextIterator nextBegin () const
nextConstIterator nextConstBegin () const
nextIterator nextEnd () const
nextConstIterator nextConstEnd () const
nextIterator childBegin () const
nextConstIterator childConstBegin () const
nextIterator childEnd () const
nextConstIterator childConstEnd () const
depthFirstIterator depthFirstBegin () const
depthFirstConstIterator depthFirstConstBegin () const
depthFirstIterator depthFirstWithoutRootBegin () const
depthFirstConstIterator depthFirstWithoutRootConstBegin () const
depthFirstIterator depthFirstEnd () const
depthFirstConstIterator depthFirstConstEnd () const
Public Member Functions inherited from sead::TreeNode
 TreeNode ()
void clearLinks ()
void detachAll ()
void detachSubTree ()
void pushBackSibling (TreeNode *n)
void pushBackChild (TreeNode *n)
void pushFrontChild (TreeNode *n)
void insertBeforeSelf (TreeNode *n)
void insertAfterSelf (TreeNode *n)
bool isRoot () const
bool isLeaf () const
const TreeNodefindRoot () const
TreeNodefindRoot ()
s32 countChildren () const
Public Member Functions inherited from sead::IDisposer
 IDisposer ()
virtual ~IDisposer ()
Public Member Functions inherited from sead::INamable
 INamable ()
 INamable (const SafeString &name)
void setName (const SafeString &name)
const SafeStringgetName () const

Private Attributes

sead::FrameHeapmCacheHeap
bool mIsEnableCacheHeap

Additional Inherited Members

Public Types inherited from sead::TaskBase
enum  State
enum  Tag
typedef TListNode< TaskBase * > ListNode
typedef TList< TaskBase * > List
Public Attributes inherited from sead::CalculateTask
MethodTreeNode mCalcNode
Public Attributes inherited from sead::TaskBase
 cCreated
 cPrepare
 cPrepareDone
 cSleep
 cRunning
 cDying
 cDestroyable
 cDead
 cSystem
 cApp
Protected Member Functions inherited from sead::TreeNode
void clearChildLinksRecursively_ ()
Protected Attributes inherited from sead::TaskBase
TaskParametermParameter
BitFlag32 mInternalFlag
ListNode mTaskListNode
HeapArray mHeapArray
TaskMgrmTaskMgr
State mState
Tag mTag
TaskClassID mClassID
Protected Attributes inherited from sead::TTreeNode< TaskBase * >
mData
Protected Attributes inherited from sead::TreeNode
TreeNodemParent
TreeNodemChild
TreeNodemNext
TreeNodemPrev

Constructor & Destructor Documentation

◆ ChallengeResCacheMgr()

ChallengeResCacheMgr::ChallengeResCacheMgr ( const sead::TaskConstructArg & arg)

◆ ~ChallengeResCacheMgr()

virtual ChallengeResCacheMgr::~ChallengeResCacheMgr ( )
inlinevirtual

Member Function Documentation

◆ prepare()

virtual void ChallengeResCacheMgr::prepare ( )
virtual

Reimplemented from sead::TaskBase.

◆ enter()

virtual void ChallengeResCacheMgr::enter ( )
inlinevirtual

Reimplemented from sead::TaskBase.

◆ calc()

virtual void ChallengeResCacheMgr::calc ( )
inlinevirtual

Reimplemented from sead::CalculateTask.

◆ clearCacheHeap()

void ChallengeResCacheMgr::clearCacheHeap ( )

◆ getCacheHeap()

sead::Heap * ChallengeResCacheMgr::getCacheHeap ( )

◆ enableCacheHeap()

void ChallengeResCacheMgr::enableCacheHeap ( )

◆ disableCacheHeap()

void ChallengeResCacheMgr::disableCacheHeap ( )

◆ isEnableCacheHeap()

bool ChallengeResCacheMgr::isEnableCacheHeap ( ) const

Member Data Documentation

◆ mCacheHeap

sead::FrameHeap* ChallengeResCacheMgr::mCacheHeap
private

◆ mIsEnableCacheHeap

bool ChallengeResCacheMgr::mIsEnableCacheHeap
private