Classes | Functions
formula.h File Reference
#include <formula-calc.h>
Include dependency graph for formula.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  operation_t
 
struct  stack_t
 

Functions

struct rpf_tformula_output (struct stack_t *num, int *sp_num, struct stack_t *op, int *sp_op, int rank)
 
int rpf_count_num (struct rpf_t *rpf)
 
struct rpf_trpf_join (struct rpf_t *rpf, struct rpf_t *rpf2)
 
struct rpf_trpf_last (struct rpf_t *rpf)
 
struct rpf_trpf_push (struct rpf_t *rpf, struct stack_t *obj)
 

Function Documentation

struct rpf_t* formula_output ( struct stack_t num,
int *  sp_num,
struct stack_t op,
int *  sp_op,
int  rank 
)

Definition at line 295 of file libformula-calc.c.

int rpf_count_num ( struct rpf_t rpf)

Definition at line 282 of file libformula-calc.c.

struct rpf_t* rpf_join ( struct rpf_t rpf,
struct rpf_t rpf2 
)

Definition at line 273 of file libformula-calc.c.

struct rpf_t* rpf_last ( struct rpf_t rpf)

Definition at line 255 of file libformula-calc.c.

struct rpf_t* rpf_push ( struct rpf_t rpf,
struct stack_t obj 
)

Definition at line 263 of file libformula-calc.c.



yp-spur
Author(s):
autogenerated on Sat May 11 2019 02:08:24