SMM
item Class Reference

Public Member Functions

void create_item ()
 
void show_item ()
 
int retino ()
 
float retprice ()
 
char * retname ()
 
int retdis ()
 

Private Attributes

int ino
 
char name [100]
 
float price
 
float qty
 
float tax
 
float dis
 

Member Function Documentation

◆ create_item()

void item::create_item ( )
inline
Here is the caller graph for this function:

◆ retdis()

int item::retdis ( )
inline
Here is the caller graph for this function:

◆ retino()

int item::retino ( )
inline
Here is the caller graph for this function:

◆ retname()

char* item::retname ( )
inline
Here is the caller graph for this function:

◆ retprice()

float item::retprice ( )
inline
Here is the caller graph for this function:

◆ show_item()

void item::show_item ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ dis

float item::dis
private

◆ ino

int item::ino
private

◆ name

char item::name[100]
private

◆ price

float item::price
private

◆ qty

float item::qty
private

◆ tax

float item::tax
private

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