API documentation  2.0rc1
Public Member Functions | List of all members
client::Plugin Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Stringget_description ()
 
Stringget_filename ()
 
double get_length ()
 
Stringget_name ()
 
Stringget_version ()
 
MimeTypeitem (double index)
 
MimeTypenamedItem (const String &type)
 
MimeType *& operator[] (int index)
 
MimeTypeoperator[] (int index) const
 
Pluginget_prototype ()
 
void set_prototype (Plugin *)
 
 Plugin ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ Plugin()

client::Plugin::Plugin ( )

Member Function Documentation

◆ get_description()

String* client::Plugin::get_description ( )

◆ get_filename()

String* client::Plugin::get_filename ( )

◆ get_length()

double client::Plugin::get_length ( )

◆ get_name()

String* client::Plugin::get_name ( )

◆ get_prototype()

Plugin* client::Plugin::get_prototype ( )

◆ get_version()

String* client::Plugin::get_version ( )

◆ item()

MimeType* client::Plugin::item ( double  index)

◆ namedItem()

MimeType* client::Plugin::namedItem ( const String type)

◆ operator[]() [1/2]

MimeType*& client::Plugin::operator[] ( int  index)
inline

◆ operator[]() [2/2]

MimeType* client::Plugin::operator[] ( int  index) const
inline

◆ set_prototype()

void client::Plugin::set_prototype ( Plugin )