Infinispan HotRod C++ Client  8.3.1.Final
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
infinispan::hotrod::MediaType Struct Reference

#include <DataFormat.h>

Public Member Functions

HR_EXTERN MediaType (const char *typeSubtype=nullptr)
 
std::string toString () const
 

Public Attributes

std::string type
 
std::string subType
 
std::string typeSubtype
 
double weight = 0
 
std::map< std::string,
std::string > 
params
 

Constructor & Destructor Documentation

HR_EXTERN infinispan::hotrod::MediaType::MediaType ( const char *  typeSubtype = nullptr)

Member Function Documentation

std::string infinispan::hotrod::MediaType::toString ( ) const
inline

Member Data Documentation

std::map<std::string, std::string> infinispan::hotrod::MediaType::params
std::string infinispan::hotrod::MediaType::subType
std::string infinispan::hotrod::MediaType::type
std::string infinispan::hotrod::MediaType::typeSubtype
double infinispan::hotrod::MediaType::weight = 0

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