HPCToolkit
generic_pair.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "generic_pair.h"
Include dependency graph for generic_pair.c:

Go to the source code of this file.

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[])
 

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.