doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | Friends | List of all members
idKeyValue Class Reference

#include <Dict.h>

Public Member Functions

const idStrGetKey (void) const
 
const idStrGetValue (void) const
 
size_t Allocated (void) const
 
size_t Size (void) const
 
bool operator== (const idKeyValue &kv) const
 

Private Attributes

const idPoolStrkey
 
const idPoolStrvalue
 

Friends

class idDict
 

Detailed Description

Definition at line 48 of file Dict.h.

Member Function Documentation

size_t idKeyValue::Allocated ( void  ) const
inline

Definition at line 55 of file Dict.h.

const idStr& idKeyValue::GetKey ( void  ) const
inline

Definition at line 52 of file Dict.h.

const idStr& idKeyValue::GetValue ( void  ) const
inline

Definition at line 53 of file Dict.h.

bool idKeyValue::operator== ( const idKeyValue kv) const
inline

Definition at line 58 of file Dict.h.

size_t idKeyValue::Size ( void  ) const
inline

Definition at line 56 of file Dict.h.

Friends And Related Function Documentation

friend class idDict
friend

Definition at line 49 of file Dict.h.

Member Data Documentation

const idPoolStr* idKeyValue::key
private

Definition at line 61 of file Dict.h.

const idPoolStr* idKeyValue::value
private

Definition at line 62 of file Dict.h.


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