Functions | Variables
contrib/mul/mbl/mbl_read_int.cxx File Reference

Asks question and waits for an answer. More...

#include "mbl_read_int.h"
#include <vcl_cstdio.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

int RD_ReadInt1 (const char *q_str, int default_int, int min_int, int max_int)
int mbl_read_int (const char *q_str, int default_int)
int mbl_read_int (const char *q_str, int default_int, int min_int, int max_int)

Variables

const int MAX_LEN = 20

Detailed Description

Asks question and waits for an answer.

Author:
tim, updated by me apparently!!! updated to vxl caringly in the way one can only do on a Friday afternoon by gvw

Definition in file mbl_read_int.cxx.


Function Documentation

int mbl_read_int ( const char *  q_str,
int  default_int 
)

Definition at line 60 of file mbl_read_int.cxx.

int mbl_read_int ( const char *  q_str,
int  default_int,
int  min_int,
int  max_int 
)

Definition at line 65 of file mbl_read_int.cxx.

int RD_ReadInt1 ( const char *  q_str,
int  default_int,
int  min_int,
int  max_int 
)

Definition at line 38 of file mbl_read_int.cxx.


Variable Documentation

const int MAX_LEN = 20

Definition at line 35 of file mbl_read_int.cxx.