Pioneer
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
Weld.h File Reference
#include "libs.h"
Include dependency graph for Weld.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nv::Equal< T >
 
struct  nv::hash< Key >
 
struct  nv::hash< int >
 
struct  nv::hash< Uint32 >
 
struct  nv::Weld< T, H, E >
 

Namespaces

namespace  nv
 

Macros

#define NIL   Uint32(~0)
 Null index. @ Move this somewhere else... This could have collisions with other definitions!
 

Functions

Uint32 nv::nextPowerOfTwo (Uint32 x)
 
bool nv::isPowerOfTwo (Uint32 n)
 Return true if n is a power of two.
 

Macro Definition Documentation

◆ NIL

#define NIL   Uint32(~0)

Null index. @ Move this somewhere else... This could have collisions with other definitions!