Common template for IntRange, Int64Range, DoubleRange and FractionRange.
More...
#include <structs.h>
List of all members.
Public Member Functions |
| Range (const T &start, const T &end) |
Public Attributes |
T | start |
T | end |
Detailed Description
template<typename T>
struct QGst::Private::Range< T >
Common template for IntRange, Int64Range, DoubleRange and FractionRange.
- Note:
- This structure is private and should not be used directly. You should use QGst::IntRange, QGst::Int64Range, QGst::DoubleRange and QGst::FractionRange instead.
Definition at line 91 of file structs.h.
The documentation for this struct was generated from the following file: