template<class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8, class T9, class T10>
class ESBTL::Generic_line_selector< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >
This class is a line selector using atom selectors to defines the systems. Each template parameter is a function object following the concept of Atom selection and define one system per template parameter. This class can be provided one to ten template parameters. If the code is compiled using the c++0x standard, the number of template parameters is not limited (use -std=c++0x with gcc).
- Template Parameters:
-
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 , class T7 , class T8 , class T9 , class T10 >
template<class Line_format , class Occupancy_handler >
int ESBTL::Generic_line_selector< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >::keep |
( |
const Line_format & |
line_format, |
|
|
const std::string & |
line, |
|
|
Occupancy_handler & |
occupancy |
|
) |
| const [inline] |
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 , class T7 , class T8 , class T9 , class T10 >
template<class Line_format >
int ESBTL::Generic_line_selector< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >::operator() |
( |
const std::pair< Line_format, std::string > & |
p | ) |
const [inline, protected] |