|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
#include <PatternRecognition.h>

Public Member Functions | |
| std::string const | label () const |
Static Public Attributes | |
| static Pattern const | Null |
| static Pattern const | DojiStar |
Private Types | |
| enum | Value { null_l, doji_star } |
Private Member Functions | |
| Pattern (Value v) | |
Private Attributes | |
| Value | v_ |
Definition at line 16 of file PatternRecognition.h.
|
private |
| Enumerator | |
|---|---|
| null_l | |
| doji_star | |
Definition at line 30 of file PatternRecognition.h.
|
inlineprivate |
Definition at line 31 of file PatternRecognition.h.
| const std::string Pattern::label | ( | ) | const |
Definition at line 16 of file PatternRecognition.cpp.
References anonymous_namespace{PatternRecognition.cpp}::pattern_labels_, and v_.
|
static |
Definition at line 22 of file PatternRecognition.h.
|
static |
Definition at line 22 of file PatternRecognition.h.
|
private |
Definition at line 32 of file PatternRecognition.h.
Referenced by label().
1.8.6