STK++ 0.9.13
|
Template functor testing if a Char is an end of line. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef bool | result_type |
typedef Char | param1_type |
Public Member Functions | |
TestEndOfLineOp (char *c) | |
result_type | operator() (Char c) |
Private Attributes | |
Char * | last_ |
Template functor testing if a Char is an end of line.
Definition at line 93 of file STK_Functors.h.
Definition at line 97 of file STK_Functors.h.
Definition at line 96 of file STK_Functors.h.
|
inline |
Definition at line 98 of file STK_Functors.h.
|
inline |
Definition at line 100 of file STK_Functors.h.
|
private |
Definition at line 102 of file STK_Functors.h.
Referenced by operator()().