|
CocoaTweet
|
Entory point for statuses/*. More...
#include <media.h>


Public Member Functions | |
| Media ()=default | |
| primary constructor to allow for create NON-INITIALIZED object More... | |
| Media (std::shared_ptr< CocoaTweet::OAuth::OAuth1 > _oauth) | |
| constructor which finally should to be called. More... | |
| CocoaTweet::API::Model::MediaStore | Upload (const std::string &_file) const |
Additional Inherited Members | |
Protected Attributes inherited from CocoaTweet::API::groupInterface | |
| std::weak_ptr< CocoaTweet::OAuth::OAuth1 > | oauth_ |
Entory point for statuses/*.
|
default |
primary constructor to allow for create NON-INITIALIZED object
| CocoaTweet::API::Medias::Media::Media | ( | std::shared_ptr< CocoaTweet::OAuth::OAuth1 > | _oauth | ) |
constructor which finally should to be called.
| [in] | std::shared_ptr<CocoaTweet::OAuth::OAuth1> | : pointer to OAuth object |
| CocoaTweet::API::Model::MediaStore CocoaTweet::API::Medias::Media::Upload | ( | const std::string & | _file | ) | const |
1.8.17