Kaim::GeneratorBaseSystem Class Reference

Kaim::GeneratorBaseSystem Class Reference
+ この参照ページは、次の概要トピックと関連付けられています。

#include <generatorbasesystem.h>

Class Description

The GeneratorBaseSystem class is a helper tool that enable the user to correctly initialize the BaseSystem for generating the NavData.

There are two ways to use GeneratorBaseSystem, either using static function Init() and Destroy() or by creating a BaseSystem instance.

When creating an instance, Init() is called in the constructor and Destroy() is called in the destructor.

Public Types

typedef BaseSystemConfig Config
 

Public Member Functions

 GeneratorBaseSystem ()
 
 GeneratorBaseSystem (BaseSystemConfig &config)
 
 ~GeneratorBaseSystem ()
 

Static Public Member Functions

static bool HasMemoryLeaks ()
 
static void Init (BaseSystemConfig &config)
 
static bool IsInitialized ()
 

Member Typedef Documentation

Defines a type for the configuration object used to initialize the GeneratorBaseSystem.

Constructor & Destructor Documentation

Kaim::GeneratorBaseSystem::GeneratorBaseSystem ( )
inline

Creates and sets up the new BaseSystem with a default configuration.

Kaim::GeneratorBaseSystem::GeneratorBaseSystem ( BaseSystemConfig config)
inline

Creates and sets up the BaseSystem according to the specified configuration.

Kaim::GeneratorBaseSystem::~GeneratorBaseSystem ( )
inline

Calls static function BaseSystem::Destroy()

Member Function Documentation

static bool Kaim::GeneratorBaseSystem::HasMemoryLeaks ( )
inlinestatic

Indicates whether or not any memory allocated by the GeneratorBaseSystem remains to be freed.

Call this method only after you destroy the BaseSystem.

static void Kaim::GeneratorBaseSystem::Init ( BaseSystemConfig config)
inlinestatic

Initialize.

static bool Kaim::GeneratorBaseSystem::IsInitialized ( )
inlinestatic

Indicates whether or not the BaseSystem has been successfully initialized.


The documentation for this class was generated from the following file: