Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

nge::core::NUS Class Reference

This is where I dump methods I think aren't releated to specific classes. More...

#include <NUS.hpp>

List of all members.

Static Public Member Functions

static c8convertIrrKeyCode (EKEY_CODE value)
static EKEY_CODE convertIrrKeyCode (stringc str)
static stringw & reverseLetters (stringw &st)

Static Private Member Functions

template<class T>
static void reverseArray (T *beg, T *end)
 Reverse the array's elements, e.g: {1,2,3} -> {3,2,1}.


Detailed Description

This is where I dump methods I think aren't releated to specific classes.

Therefore most of them will be static.

Definition at line 25 of file NUS.hpp.


Member Function Documentation

static c8* nge::core::NUS::convertIrrKeyCode ( EKEY_CODE  value  )  [static]

static EKEY_CODE nge::core::NUS::convertIrrKeyCode ( stringc  str  )  [static]

template<class T>
static void nge::core::NUS::reverseArray ( T *  beg,
T *  end 
) [inline, static, private]

Reverse the array's elements, e.g: {1,2,3} -> {3,2,1}.

Definition at line 44 of file NUS.hpp.

References _NGE_DEBUG_BREAK_IF.

Referenced by reverseLetters().

static stringw& nge::core::NUS::reverseLetters ( stringw &  st  )  [inline, static]

Reverse the irr::stringw's letters, e.g: "sdf" -> "fds"

Returns:
Reversed string

Definition at line 30 of file NUS.hpp.

References reverseArray().


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

The NUSoftware Game Engine
The NUSoftware Game Engine Documentation © 2007-2008 by Tomer Nosrati. Generated on Sat Apr 26 16:52:35 2008 by Doxygen (1.5.5)