HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gu_NameValuePair Class Reference

#include <GU_DetailInfo.h>

Public Member Functions

 gu_NameValuePair (const char *label, const char *value)
 
 gu_NameValuePair (const char *label, int value)
 
 ~gu_NameValuePair ()
 
void setName (const char *label)
 
const UT_StringgetName () const
 
void setValue (const char *value)
 
void setValue (int value)
 
const UT_StringgetValue () const
 

Static Public Member Functions

static int compare (gu_NameValuePair **a, gu_NameValuePair **b)
 

Detailed Description

Definition at line 34 of file GU_DetailInfo.h.

Constructor & Destructor Documentation

gu_NameValuePair::gu_NameValuePair ( const char *  label,
const char *  value 
)
gu_NameValuePair::gu_NameValuePair ( const char *  label,
int  value 
)
gu_NameValuePair::~gu_NameValuePair ( )

Member Function Documentation

static int gu_NameValuePair::compare ( gu_NameValuePair **  a,
gu_NameValuePair **  b 
)
static
const UT_String& gu_NameValuePair::getName ( ) const
inline

Definition at line 42 of file GU_DetailInfo.h.

const UT_String& gu_NameValuePair::getValue ( ) const
inline

Definition at line 46 of file GU_DetailInfo.h.

void gu_NameValuePair::setName ( const char *  label)
inline

Definition at line 41 of file GU_DetailInfo.h.

void gu_NameValuePair::setValue ( const char *  value)
inline

Definition at line 44 of file GU_DetailInfo.h.

void gu_NameValuePair::setValue ( int  value)

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