Logo
公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
SharpKmyBase::Job クラス

#include <Job.h>

SharpKmyBase::Job の継承関係図
Yukar.Engine.MapLoadManager.MapLoadJob

公開メンバ関数

 !Job ()
 
 ~Job ()
 
virtual void func ()
 

静的公開メンバ関数

static void addJob (Job^ job)
 
static bool isEndJob (Job^ job)
 
static void call (void *ptr)
 
static void startJobThread ()
 

構築子と解体子

◆ !Job()

SharpKmyBase::Job::!Job ( )

◆ ~Job()

SharpKmyBase::Job::~Job ( )

メソッド詳解

◆ addJob()

void SharpKmyBase::Job::addJob ( Job job)
static

◆ call()

void SharpKmyBase::Job::call ( void *  ptr)
static

◆ func()

virtual void SharpKmyBase::Job::func ( )
virtual

Yukar.Engine.MapLoadManager.MapLoadJobで再実装されています。

◆ isEndJob()

bool SharpKmyBase::Job::isEndJob ( Job job)
static

◆ startJobThread()

void SharpKmyBase::Job::startJobThread ( )
static