Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
messagefacility
Utilities
bold_fontify.h
Go to the documentation of this file.
1
#ifndef messagefacility_Utilities_bold_fontify_h
2
#define messagefacility_Utilities_bold_fontify_h
3
4
#include <string>
5
6
namespace
mf
{
7
namespace
detail {
8
inline
std::string
9
bold_fontify
(
std::string
const
&
s
)
10
{
11
return
"\033[1m"
+ s +
"\033[0m"
;
12
}
13
}
14
}
15
16
#endif
/* messagefacility_Utilities_bold_fontify_h */
17
18
// Local variables:
19
// Mode: c++
20
// End:
mf
Definition:
MessageLogger.h:20
mf::detail::bold_fontify
std::string bold_fontify(std::string const &s)
Definition:
bold_fontify.h:9
s
const XML_Char * s
Definition:
expat.h:262
string
enum BeamMode string
Generated on Sun Apr 11 2021 14:13:17 for NOvA by
1.8.11