Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
opcodealgorithms.h File Reference

Go to the source code of this file.

Namespaces

 CS
 

Constant Groups

 CS
 

Functions

template<class T >
CS_FORCEINLINE_TEMPLATEMETHOD void CS::Swap (T &a, T &b)
 
template<class T , class Fn >
CS_FORCEINLINE_TEMPLATEMETHOD Fn & CS::ForEach (T it, Fn &Func)
 
template<class T , class Fn >
CS_FORCEINLINE_TEMPLATEMETHOD Fn & CS::ForEach (T *start, T *end, Fn &Func)
 
template<class T , class Fn , class P >
CS_FORCEINLINE_TEMPLATEMETHOD Fn & CS::ForEach (T it, Fn &Func, P &p)
 

Detailed Description

General Algorithms

Definition in file opcodealgorithms.h.