Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Utilities
detail
remove_whitespace.h
Go to the documentation of this file.
1
#ifndef art_Utilities_detail_remove_whitespace_h
2
#define art_Utilities_detail_remove_whitespace_h
3
4
#include <string>
5
6
namespace
art::detail
{
7
void
remove_whitespace
(
std::string
&
str
);
8
bool
has_whitespace
(
std::string
const
&
str
);
9
}
10
11
#endif
/* art_Utilities_detail_remove_whitespace_h */
12
13
// Local Variables:
14
// mode: c++
15
// End:
string
std::string string
Definition:
nybbler.cc:12
art::detail
Definition:
AllowedConfiguration.h:76
art::detail::has_whitespace
bool has_whitespace(std::string const &str)
Definition:
remove_whitespace.cc:17
art::detail::remove_whitespace
void remove_whitespace(std::string &str)
Definition:
remove_whitespace.cc:11
str
static QCString str
Definition:
fortrancode.cpp:27098
Generated by
1.8.11