LifeV
tab_check.hpp
Go to the documentation of this file.
1
// tab_check header --------------------------------------------------------//
2
3
// Copyright Beman Dawes 2002.
4
// Distributed under the Boost Software License, Version 1.0.
5
// (See accompanying file LICENSE_1_0.txt or copy at
6
// http://www.boost.org/LICENSE_1_0.txt)
7
8
#
ifndef
BOOST_TAB_CHECK_HPP
9
#
define
BOOST_TAB_CHECK_HPP
10
11
#
include
"inspector.hpp"
12
13
namespace
boost
14
{
15
namespace
inspect
16
{
17
class
tab_check
:
public
inspector
18
{
19
long
m_files_with_errors
;
20
public
:
21
22
tab_check
();
23
virtual
const
char
*
name
()
const
24
{
25
return
"tab-check"
;
26
}
27
virtual
const
char
*
desc
()
const
28
{
29
return
"tabs in file"
;
30
}
31
32
virtual
void
inspect
(
33
const
std::string& library_name,
34
const
path& full_path,
35
const
std::string& contents );
36
37
virtual
~
tab_check
()
38
{
39
std::cout <<
" "
<< m_files_with_errors <<
" files with tabs\n"
;
40
}
41
};
42
}
43
}
44
45
#
endif
// BOOST_TAB_CHECK_HPP
boost::inspect::tab_check::inspect
virtual void inspect(const std::string &library_name, const path &full_path, const std::string &contents)
Definition:
tab_check.cpp:27
boost::inspect::tab_check::name
virtual const char * name() const
Definition:
tab_check.hpp:23
boost
Definition:
copyright_check.cpp:10
boost::inspect::tab_check
Definition:
tab_check.hpp:17
boost::inspect::inspector
Definition:
inspector.hpp:26
boost::inspect::tab_check::tab_check
tab_check()
Definition:
tab_check.cpp:14
boost::inspect::tab_check::m_files_with_errors
long m_files_with_errors
Definition:
tab_check.hpp:19
boost::inspect
Definition:
copyright_check.cpp:12
boost::inspect::tab_check::~tab_check
virtual ~tab_check()
Definition:
tab_check.hpp:37
boost::inspect::tab_check::desc
virtual const char * desc() const
Definition:
tab_check.hpp:27
lifev-release-doc
tools
inspect
tab_check.hpp
Generated on Wed Mar 7 2018 19:43:06 for LifeV by
1.8.13