Motr  M0
graph_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for graph_xc.h:

Go to the source code of this file.

Macros

#define __MOTR_GRAPH_GRAPH_XC_H__
 

Functions

M0_INTERNAL void m0_xc_m0_graph_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_garc_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_gvertice_struct_init (void)
 
M0_INTERNAL void m0_xc_graph_graph_init (void)
 
M0_INTERNAL void m0_xc_graph_graph_fini (void)
 

Variables

struct m0_xcode_typem0_graph_xc
 
struct m0_xcode_typem0_garc_xc
 
struct m0_xcode_typem0_gvertice_xc
 

Macro Definition Documentation

◆ __MOTR_GRAPH_GRAPH_XC_H__

#define __MOTR_GRAPH_GRAPH_XC_H__

Definition at line 6 of file graph_xc.h.

Function Documentation

◆ m0_xc_graph_graph_fini()

M0_INTERNAL void m0_xc_graph_graph_fini ( void  )

Definition at line 269 of file graph_xc.c.

◆ m0_xc_graph_graph_init()

M0_INTERNAL void m0_xc_graph_graph_init ( void  )

Definition at line 262 of file graph_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_garc_struct_init()

M0_INTERNAL void m0_xc_m0_garc_struct_init ( void  )

Definition at line 117 of file graph_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_graph_struct_init()

M0_INTERNAL void m0_xc_m0_graph_struct_init ( void  )

Definition at line 97 of file graph_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_gvertice_struct_init()

M0_INTERNAL void m0_xc_m0_gvertice_struct_init ( void  )

Definition at line 167 of file graph_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ m0_garc_xc

struct m0_xcode_type* m0_garc_xc

Definition at line 11 of file graph_xc.c.

◆ m0_graph_xc

struct m0_xcode_type* m0_graph_xc

Definition at line 10 of file graph_xc.c.

◆ m0_gvertice_xc

struct m0_xcode_type* m0_gvertice_xc

Definition at line 12 of file graph_xc.c.