Savarese Software Research Corporation
RandomId.h File Reference

This header defines the RandomId class. More...

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)

Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.