ROOT_Application
2.0
C++ Core modules and GUIStock
|
Implementation file. More...
Go to the source code of this file.
Namespaces | |
anonymous_namespace{Indicator.cpp} | |
Unamed namespace in Indicator. | |
Functions | |
std::ostream & | operator<< (std::ostream &o, Indicator c) |
Variables | |
std::string | anonymous_namespace{Indicator.cpp}::indicator_labels_ [] = {"Null","StockCSV", "StockInst", "Volume", "SMA","EMA","WMA", "MACD", "BOLL","RSI", "AD","STOCHF"} |
int | anonymous_namespace{Indicator.cpp}::indicator_nb_param_ [] = { 0, 0, 0, 0, 1, 1, 1, 3, 3, 1, 0, 2} |
int | anonymous_namespace{Indicator.cpp}::indicator_nb_input_ [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3} |
int | anonymous_namespace{Indicator.cpp}::indicator_nb_output_ [] = { 0 , 4 , 1 , 1, 1, 1 , 1, 3, 3, 1, 1, 2} |
bool | anonymous_namespace{Indicator.cpp}::bool_default_ [] = { false, false, false, false, false,false,false, true, true, true,false, true} |
int | anonymous_namespace{Indicator.cpp}::default_value_ [][3] = { {}, {}, {}, {}, {}, {}, {},{12,26,9}, {5,2,2},{14},{}, {5,3}} |
char | anonymous_namespace{Indicator.cpp}::descp_ [][12] = { "", "LC0", "LC0", "LBR", "P0B","P0B","P0B","KP0RP0BLBR","KP0VP0BP0V", "P", "P", "PP"} |
unsigned int | anonymous_namespace{Indicator.cpp}::nb_label =12 |
Implementation file.
last modified:
Definition in file Indicator.cpp.
std::ostream& operator<< | ( | std::ostream & | o, |
Indicator | c | ||
) |
Definition at line 298 of file Indicator.cpp.
References Indicator::label().