CVX
Loading...
Searching...
No Matches
stack_cast.h File Reference
#include "cvx/fallback.h"
#include "cvx/core.h"

Go to the source code of this file.

Functions

struct cvx_fallback_interface FUNC() _as_cvx_fallback_interface (cvx_container *instance)
 

Variables

struct cvx_fallback_interface_vtable cvx_vtables_cvx_fallback_as_cvx_fallback_interface
 

Function Documentation

◆ _as_cvx_fallback_interface()

struct cvx_fallback_interface FUNC() _as_cvx_fallback_interface ( cvx_container instance)

Variable Documentation

◆ cvx_vtables_cvx_fallback_as_cvx_fallback_interface

struct cvx_fallback_interface_vtable cvx_vtables_cvx_fallback_as_cvx_fallback_interface
Initial value:
= {
.drop = 0 ,
.clone = 0 ,
.push = 0 ,
.pop = 0 ,
.count = 0 ,
.peek = 0 ,
.replace = 0 ,
}