LLMessageVariable Class Reference

#include <llmessagetemplate.h>

List of all members.

Public Member Functions

 LLMessageVariable ()
 LLMessageVariable (char *name)
 LLMessageVariable (const char *name, const EMsgVariableType type, const S32 size)
 ~LLMessageVariable ()
EMsgVariableType getType () const
S32 getSize () const
char * getName () const

Protected Attributes

char * mName
EMsgVariableType mType
S32 mSize

Friends

std::ostream & operator<< (std::ostream &s, LLMessageVariable &msg)


Detailed Description

Definition at line 145 of file llmessagetemplate.h.


Constructor & Destructor Documentation

LLMessageVariable::LLMessageVariable (  )  [inline]

Definition at line 148 of file llmessagetemplate.h.

LLMessageVariable::LLMessageVariable ( char *  name  )  [inline]

Definition at line 152 of file llmessagetemplate.h.

References mName.

LLMessageVariable::LLMessageVariable ( const char *  name,
const EMsgVariableType  type,
const S32  size 
) [inline]

Definition at line 157 of file llmessagetemplate.h.

References LLSingleton< LLMessageStringTable >::getInstance(), LLMessageStringTable::getString(), and mName.

Here is the call graph for this function:

LLMessageVariable::~LLMessageVariable (  )  [inline]

Definition at line 162 of file llmessagetemplate.h.


Member Function Documentation

EMsgVariableType LLMessageVariable::getType (  )  const [inline]

S32 LLMessageVariable::getSize (  )  const [inline]

char* LLMessageVariable::getName ( void   )  const [inline]


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
LLMessageVariable msg 
) [friend]

Definition at line 77 of file llmessagetemplate.cpp.


Member Data Documentation

char* LLMessageVariable::mName [protected]

Definition at line 170 of file llmessagetemplate.h.

Referenced by getName(), LLMessageVariable(), and operator<<().

Definition at line 171 of file llmessagetemplate.h.

Referenced by getType(), and operator<<().

Definition at line 172 of file llmessagetemplate.h.

Referenced by getSize(), and operator<<().


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

Generated on Fri May 16 08:53:37 2008 for SecondLife by  doxygen 1.5.5