codex
wrap.cpp File Reference
#include <cstdio>
Include dependency graph for wrap.cpp:

Classes

struct  S
 
struct  wrap< T >
 

Functions

void prefix (S *)
 
void suffix (S *)
 
int main (void)
 

Variables

struct S s
 

Function Documentation

◆ main()

int main ( void  )
Here is the call graph for this function:

◆ prefix()

void prefix ( S )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ suffix()

void suffix ( S )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ s

struct S s