Motr  M0
m0_cons_atom_ops Struct Reference

operation to get value of ATOM type (i.e. CHAR, U64 etc). More...

#include <console_it.h>

Collaboration diagram for m0_cons_atom_ops:
Collaboration graph

Data Fields

void(* catom_val_get )(const struct m0_xcode_type *xct, const char *name, void *data)
 
void(* catom_val_set )(const struct m0_xcode_type *xct, const char *name, void *data)
 
void(* catom_val_show )(const struct m0_xcode_type *xct, const char *name, void *data)
 

Detailed Description

operation to get value of ATOM type (i.e. CHAR, U64 etc).

Definition at line 47 of file console_it.h.

Field Documentation

◆ catom_val_get

void(* catom_val_get) (const struct m0_xcode_type *xct, const char *name, void *data)

Definition at line 48 of file console_it.h.

◆ catom_val_set

void(* catom_val_set) (const struct m0_xcode_type *xct, const char *name, void *data)

Definition at line 50 of file console_it.h.

◆ catom_val_show

void(* catom_val_show) (const struct m0_xcode_type *xct, const char *name, void *data)

Definition at line 52 of file console_it.h.


The documentation for this struct was generated from the following file: