メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

クラス TSystemClock の解説
[System Category]

This is the TSystemClock class. [詳細]

#include <TSystemClock.hh>

すべてのメンバ一覧

Public メソッド

 TSystemClock ()
 TSystemClock (const TSystemClock &right)
 ~TSystemClock ()
const TSystemClock & operator= (const TSystemClock &right)
Tstring WhatTimeIsItNow ()
Tstring WhatTimeIsIt (Tint second=-1)
Tstring WhenAllocated ()
Tstring WhenUpdate ()
Tint GetElapsedTime (const Tstring &unit=Tsec)
Tint GetElapsedTimeOfLastUpdate (const Tstring &unit=Tsec)
Tint GetYear (Tint second=-1)
Tint GetMonth (Tint second=-1)
Tint GetDay (Tint second=-1)
Tint GetHour (Tint second=-1)
Tint GetMinute (Tint second=-1)
Tint GetSecond (Tint second=-1)
Tint Update ()
Tint GetAllocatedTime () const
Tint GetLastUpdateTime () const
Tint GetTime () const

フレンド

Tostream & operator<< (Tostream &tos, const TSystemClock &right)


解説

This is the TSystemClock class.

作者:
Go IWAI <goiwai@users.sourceforge.jp>
The TSystemClock class detail description. Write it down ASAP!

TODO:
None?
バグ:
None?


コンストラクタとデストラクタの解説

TSystemClock::TSystemClock  
 

TSystemClock::TSystemClock const TSystemClock &    right
 

TSystemClock::~TSystemClock  
 


メソッドの解説

Tint TSystemClock::GetAllocatedTime   [inline]
 

Tint TSystemClock::GetDay Tint    second = -1
 

Tint TSystemClock::GetElapsedTime const Tstring   unit = Tsec
 

Tint TSystemClock::GetElapsedTimeOfLastUpdate const Tstring   unit = Tsec
 

Tint TSystemClock::GetHour Tint    second = -1
 

Tint TSystemClock::GetLastUpdateTime   [inline]
 

Tint TSystemClock::GetMinute Tint    second = -1
 

Tint TSystemClock::GetMonth Tint    second = -1
 

Tint TSystemClock::GetSecond Tint    second = -1
 

Tint TSystemClock::GetTime   [inline]
 

Tint TSystemClock::GetYear Tint    second = -1
 

const TSystemClock& TSystemClock::operator= const TSystemClock &    right
 

Tint TSystemClock::Update  
 

Tstring TSystemClock::WhatTimeIsIt Tint    second = -1
 

Tstring TSystemClock::WhatTimeIsItNow  
 

Tstring TSystemClock::WhenAllocated  
 

Tstring TSystemClock::WhenUpdate  
 


フレンドと関連する関数の解説

Tostream& operator<< Tostream &    tos,
const TSystemClock &    right
[friend]
 


このクラスの解説は次のファイルから生成されました:
CLDAQ - a Class Library for Data AcQuisition (Version 1.12.0)
Go IWAI <goiwai@users.sourceforge.jp>