Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
uid.H File Reference

Unique identifier generation for distributed systems. More...

#include <stdint.h>
#include <iostream>
#include <aleph.H>
Include dependency graph for uid.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Uid
 Unique identifier for distributed systems. More...
 

Detailed Description

Unique identifier generation for distributed systems.

This file provides the Uid class for generating globally unique identifiers that combine IP address, port number, counter, and random number to ensure uniqueness across distributed systems.

Author
Leandro Rabindranath León

Definition in file uid.H.