QtGStreamer 1.2.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QGst::Private::Range< T > Struct Template Reference

#include <structs.h>

Public Member Functions

 Range (const T &start, const T &end)
 

Public Attributes

start
 
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 102 of file structs.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

template<typename T >
QGst::Private::Range< T >::Range ( )
inline

Definition at line 104 of file structs.h.

◆ Range() [2/2]

template<typename T >
QGst::Private::Range< T >::Range ( const T &  start,
const T &  end 
)
inline

Definition at line 106 of file structs.h.

Member Data Documentation

◆ start

template<typename T >
T QGst::Private::Range< T >::start

Definition at line 109 of file structs.h.

◆ end

template<typename T >
T QGst::Private::Range< T >::end

Definition at line 110 of file structs.h.


The documentation for this struct was generated from the following file: