pelib  2.0.0
include/pelib/pair.h File Reference
#include <pelib/template.h>
#include <pelib/structure.h>
Include dependency graph for pair.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define pair(key, value)   PELIB_CONCAT_4(pair_, key, _, value)
#define pair_t(key, value)   PELIB_CONCAT_2(pair(key, value), _t)
#define STRUCT_T   pair_t(PAIR_KEY_T, PAIR_VALUE_T)

Functions

struct pair (PAIR_KEY_T, PAIR_VALUE_T)

Define Documentation

#define pair (   key,
  value 
)    PELIB_CONCAT_4(pair_, key, _, value)

Definition at line 27 of file pair.h.

#define pair_t (   key,
  value 
)    PELIB_CONCAT_2(pair(key, value), _t)

Definition at line 28 of file pair.h.

Definition at line 38 of file pair.h.


Function Documentation

struct pair ( PAIR_KEY_T  ,
PAIR_VALUE_T   
) [read]

Generic static pair

Definition at line 31 of file pair.h.