Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ZFXMath::TMultiplyStack< T > Class Template Reference

Stack, where you can multiply the top elements. More...

#include <MultiplyStack.h>

List of all members.

Public Member Functions

void PushTop ()
 Copy the top element.
void PushMultiply (const T &val)
 Copy the top element and multiply it with 'val'.
void Multiply (const T &val)
 Multiply the top element with 'val'.


Detailed Description

template<class T>
class ZFXMath::TMultiplyStack< T >

Extension of std::stack with functions, which alloc multiplication of the top elements. for example: TMatrix4x4Stack


The documentation for this class was generated from the following file:
Generated on Thu Nov 25 04:02:58 2004 for ZFX-Math Library by doxygen 1.3.8