HPCToolkit
generic_pair.h File Reference
#include "mem_manager.h"
#include "generic_val.h"
Include dependency graph for generic_pair.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  generic_pair_s
 

Macros

#define MAX_GENERICPAIR_STR   65536
 

Typedefs

typedef struct generic_pair_s generic_pair_t
 

Functions

generic_pair_tgeneric_pair_t_new (void *first, void *second, mem_alloc m_alloc)
 
void generic_pair_t_tostr (generic_pair_t *gen_pair, val_tostr first_tostr, char firststr[], val_tostr second_tostr, char secondstr[], char str[])
 

Macro Definition Documentation

◆ MAX_GENERICPAIR_STR

#define MAX_GENERICPAIR_STR   65536

Definition at line 20 of file generic_pair.h.

Typedef Documentation

◆ generic_pair_t

Function Documentation

◆ generic_pair_t_new()

generic_pair_t* generic_pair_t_new ( void *  first,
void *  second,
mem_alloc  m_alloc 
)

Definition at line 22 of file generic_pair.c.

◆ generic_pair_t_tostr()

void generic_pair_t_tostr ( generic_pair_t gen_pair,
val_tostr  first_tostr,
char  firststr[],
val_tostr  second_tostr,
char  secondstr[],
char  str[] 
)

Definition at line 31 of file generic_pair.c.