UniMRCP  1.7.0
Data Fields
mpf_termination_vtable_t Struct Reference

#include <mpf_termination.h>

Data Fields

apt_bool_t(* destroy )(mpf_termination_t *termination)
 
apt_bool_t(* add )(mpf_termination_t *termination, void *descriptor)
 
apt_bool_t(* modify )(mpf_termination_t *termination, void *descriptor)
 
apt_bool_t(* subtract )(mpf_termination_t *termination)
 

Detailed Description

Table of termination virtual methods

Field Documentation

◆ add

apt_bool_t(* mpf_termination_vtable_t::add) (mpf_termination_t *termination, void *descriptor)

Virtual termination add method

◆ destroy

apt_bool_t(* mpf_termination_vtable_t::destroy) (mpf_termination_t *termination)

Virtual termination destroy method

◆ modify

apt_bool_t(* mpf_termination_vtable_t::modify) (mpf_termination_t *termination, void *descriptor)

Virtual termination modify method

◆ subtract

apt_bool_t(* mpf_termination_vtable_t::subtract) (mpf_termination_t *termination)

Virtual termination subtract method


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