Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
cetlib
bold_fontify.h
Go to the documentation of this file.
1
#ifndef cetlib_bold_fontify_h
2
#define cetlib_bold_fontify_h
3
4
#include <string>
5
6
namespace
cet
{
7
inline
std::string
8
bold_fontify
(
std::string
const
&
s
)
9
{
10
return
"\033[1m"
+ s +
"\033[0m"
;
11
}
12
}
13
14
#endif
/* cetlib_bold_fontify_h */
15
16
// Local variables:
17
// Mode: c++
18
// End:
string
std::string string
Definition:
nybbler.cc:12
cet
Definition:
PluginSymbolResolvers.h:8
cet::bold_fontify
std::string bold_fontify(std::string const &s)
Definition:
bold_fontify.h:8
s
static QCString * s
Definition:
config.cpp:1042
Generated by
1.8.11