OpenRTM  1.0.0
構成 | ネームスペース | Constant Groups | マクロ定義 | 型定義
Logger.h

log_streambuf and log_stream class [詳細]

#include <limits.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <coil/Mutex.h>
#include <coil/Guard.h>

ソースコードを見る。

構成

class  coil::log_streambuf< _CharT, _Traits >
 log_streambuf テンプレートクラス [詳細]
 
struct  coil::log_streambuf< _CharT, _Traits >::Stream
 ストリーム管理用構造体 [詳細]
 
class  coil::log_stream< _CharT, _Traits >
 log_stream テンプレートクラス [詳細]
 

ネームスペース

 coil
 Common Object Interface Layer.
 

Constant Groups

 coil
 Common Object Interface Layer.
 

マクロ定義

#define LINE_MAX   1024
 
#define BUFFER_LEN   LINE_MAX
 

型定義

typedef log_streambuf< char > coil::LogStreamBuffer
 
typedef log_stream< char > coil::LogStream
 

説明

log_streambuf and log_stream class

日付
$Date$
作者
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp

Copyright (C) 2009 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.

$Id$

マクロ定義

#define BUFFER_LEN   LINE_MAX
#define LINE_MAX   1024