libktorrent  2.2.0
Public Types | Public Member Functions | List of all members
bt::Value Class Reference

#include <value.h>

Public Types

enum  Type { STRING, INT, INT64 }
 

Public Member Functions

 Value (const QByteArray &val)
 
 Value (const Value &val)
 
 Value (int val)
 
 Value (Int64 val)
 
Type getType () const
 
Valueoperator= (const QByteArray &val)
 
Valueoperator= (const Value &val)
 
Valueoperator= (Int32 val)
 
Valueoperator= (Int64 val)
 
QByteArray toByteArray () const
 
Int32 toInt () const
 
Int64 toInt64 () const
 
QString toString () const
 
QString toString (QTextCodec *tc) const
 

Detailed Description

Author
Joris Guisson

Definition at line 33 of file value.h.


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