This header defines the RandomId class. More...
#include <ssrc/wispers/utility/Random.h>
Include dependency graph for RandomId.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | RandomId< IntType > |
Defines | |
#define | TO_HEX(c) ((c) < 10 ? (c) + '0' : 'A' + (c) - 10) |
Detailed Description
This header defines the RandomId class.
Definition in file RandomId.h.
Define Documentation
#define TO_HEX | ( | c | ) | ((c) < 10 ? (c) + '0' : 'A' + (c) - 10) |
Referenced by RandomId< IntType >::operator()().
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.