Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
flutter::SomeData Class Reference

#include <test_codec_extensions.h>

Public Member Functions

 SomeData (const std::string &label, const std::vector< uint8_t > &data)
 
 ~SomeData ()=default
 
const std::string & label () const
 
const std::vector< uint8_t > & data () const
 

Detailed Description

Definition at line 33 of file test_codec_extensions.h.

Constructor & Destructor Documentation

◆ SomeData()

flutter::SomeData::SomeData ( const std::string &  label,
const std::vector< uint8_t > &  data 
)
inline

Definition at line 35 of file test_codec_extensions.h.

36 : label_(label), data_(data) {}
const std::string & label() const
const std::vector< uint8_t > & data() const

◆ ~SomeData()

flutter::SomeData::~SomeData ( )
default

Member Function Documentation

◆ data()

const std::vector< uint8_t > & flutter::SomeData::data ( ) const
inline

Definition at line 40 of file test_codec_extensions.h.

40{ return data_; }

◆ label()

const std::string & flutter::SomeData::label ( ) const
inline

Definition at line 39 of file test_codec_extensions.h.

39{ return label_; }

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