3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/StatsReport.h"
7#include "mc/external/webrtc/scoped_refptr.h"
16class StatsCollection {
26 StatsCollection& operator=(StatsCollection
const&);
46 MCNAPI ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::webrtc::StatsReport*>>>
49 MCNAPI ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::webrtc::StatsReport*>>>
end()
const;
51 MCNAPI uint64
size()
const;
MCAPI uint64 size() const
MCAPI ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::webrtc::StatsReport * > > > end() const
MCAPI ::std::list<::webrtc::StatsReport * > DetachCollection()
MCAPI::webrtc::StatsReport * Find(::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &id)
MCAPI ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::webrtc::StatsReport * > > > begin() const
MCAPI::webrtc::StatsReport * ReplaceOrAddNew(::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &id)
MCAPI::webrtc::StatsReport * InsertNew(::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &id)
MCAPI void MergeCollection(::std::list<::webrtc::StatsReport * > collection)
MCAPI::webrtc::StatsReport * FindOrAddNew(::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &id)
Definition StatsReport.h:11
Definition scoped_refptr.h:8