1#ifndef ModelManagerAttorney_H 
    2#define ModelManagerAttorney_H 
    4#include "ModelManager.h" 
   16    friend class SUNENGINE;
 
 
Provides access to the ModelManager's private methods for specific classes.
Definition ModelManagerAttorney.h:14
static void Delete()
Calls the Delete method of the ModelManager.
Definition ModelManagerAttorney.h:23
static void Delete()
Deletes all managed Model objects and the singleton instance.
Definition ModelManager.h:48