Molybden API
Loading...
Searching...
No Matches
molybden::TextData Class Referenceabstract

An upload data of the "text/plain" content type. More...

#include <upload_data.hpp>

Inheritance diagram for molybden::TextData:
molybden::UploadData

Public Member Functions

virtual std::string value () const =0
 The text representation of the upload data.
 
- Public Member Functions inherited from molybden::UploadData
template<class S >
std::shared_ptr< S > as ()
 Casts this upload data to the target type.
 

Static Public Member Functions

static std::shared_ptr< TextDatacreate (std::string value)
 

Additional Inherited Members

- Protected Member Functions inherited from molybden::UploadData
virtual UploadDataType type () const =0
 Returns the current upload data type.
 

Detailed Description

An upload data of the "text/plain" content type.


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