LifeV
boost::inspect Namespace Reference

Data Structures

class  copyright_check
 
class  crlf_check
 
class  hypertext_inspector
 
class  inspector
 
class  license_check
 
class  link_check
 
class  long_name_check
 
class  minmax_check
 
class  source_inspector
 
class  tab_check
 

Typedefs

typedef std::set< string > string_set
 

Functions

string relative_to (const path &src_arg, const path &base_arg)
 
string impute_library (const path &full_dir_path)
 

Variables

const int m_linked_to = 1
 
const int m_present = 2
 

Typedef Documentation

◆ string_set

typedef std::set< string > string_set

Definition at line 24 of file inspector.hpp.

Function Documentation

◆ relative_to()

string boost::inspect::relative_to ( const path &  src_arg,
const path &  base_arg 
)
inline

Definition at line 82 of file inspector.hpp.

+ Here is the caller graph for this function:

◆ impute_library()

string impute_library ( const path &  full_dir_path)

Definition at line 559 of file inspect.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ m_linked_to

const int m_linked_to = 1

Definition at line 21 of file link_check.hpp.

◆ m_present

const int m_present = 2

Definition at line 22 of file link_check.hpp.