RDM::TIME_SERIES::split4< NEXT_1, NEXT_2, NEXT_3, NEXT_4 > Class Template Reference
Template Class for doing a 4-way split. More...
#include "rdm_time_series_split.h"
Inheritance diagram for RDM::TIME_SERIES::split4< NEXT_1, NEXT_2, NEXT_3, NEXT_4 >:

[legend]
Collaboration diagram for RDM::TIME_SERIES::split4< NEXT_1, NEXT_2, NEXT_3, NEXT_4 >:

[legend]
Detailed Description
template<class NEXT_1, class NEXT_2, class NEXT_3, class NEXT_4>
class RDM::TIME_SERIES::split4< NEXT_1, NEXT_2, NEXT_3, NEXT_4 >
Template Class for doing a 4-way split.
Template class for 4-way split of data values, ranges, or statistics. What is received by this class will be forwarded to all classes in the split.
- Template Parameters
-
NEXT_1 The first class in the chain of classes for the split to receive data, ranges, or statistics. NEXT_2 The second class in the chain of classes for the split to receive data, ranges, or statistics. NEXT_3 The third class in the chain of classes for the split to receive data, ranges, or statistics. NEXT_4 The fourth class in the chain of classes for the split to receive data, ranges, or statistics.
The documentation for this class was generated from the following file: