log4cpp
1.1.3
include
log4cpp
Manipulator.hh
Go to the documentation of this file.
1
/*
2
* Manipulator.hh
3
*
4
* Copyright 2005, Francis ANDRE. All rights reserved.
5
*
6
* See the COPYING file for the terms of usage and distribution.
7
*/
8
9
#ifndef _LOG4CPP_MANIPULATOR_HH
10
#define _LOG4CPP_MANIPULATOR_HH
11
12
#include <iostream>
13
#include <
log4cpp/Portability.hh
>
14
namespace
log4cpp
{
15
class
LOG4CPP_EXPORT
width
{
16
private
:
17
unsigned
int
size;
18
public
:
19
inline
width
(
unsigned
int
i) : size(i) {}
20
friend
LOG4CPP_EXPORT
std::ostream&
operator<<
(std::ostream& os,
const
width
& w);
21
};
22
class
LOG4CPP_EXPORT
tab
{
23
private
:
24
unsigned
int
size;
25
public
:
26
inline
tab
(
unsigned
int
i) : size(i) {}
27
friend
LOG4CPP_EXPORT
std::ostream&
operator<<
(std::ostream& os,
const
tab
& w);
28
};
29
}
30
#endif
log4cpp::tab
Definition:
Manipulator.hh:22
Portability.hh
log4cpp::operator<<
ostream & operator<<(ostream &os, const width &w)
Definition:
Manipulator.cpp:10
log4cpp::width::width
width(unsigned int i)
Definition:
Manipulator.hh:19
log4cpp::width
Definition:
Manipulator.hh:15
log4cpp
The top level namespace for all 'Log for C++' types and classes.
Definition:
AbortAppender.hh:16
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:26
log4cpp::tab::tab
tab(unsigned int i)
Definition:
Manipulator.hh:26
Generated by
1.8.20