MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

FunzioniStringa.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>

Include dependency graph for FunzioniStringa.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int Len (char *funzione)
void leggi_str (char *funzione)
int Instr (int inizio, char *funzione, char *sub_funzione)
void Concatena (char *dest, char *source)
void Mid (char *funz_tagliata, char *funzione, int inizio, int lunghezza)
bool Isnumeric (const char *stringa)


Function Documentation

void Concatena char *  dest,
char *  source
 

Definition at line 49 of file FunzioniStringa.cpp.

References Len().

Referenced by TDerivata::CalcoloDerivata(), TDerivata::Derivata(), TDerivata::DFondamentale(), TParserScomponi::GestioneMeno(), TParserScomponi::GestioneVariabili(), TParserScomponi::MettiPer(), TParserScomponi::ParentesiElevati(), and TParserScomponi::Traduci_funzione().

int Instr int  inizio,
char *  funzione,
char *  sub_funzione
 

Definition at line 25 of file FunzioniStringa.cpp.

References Len().

Referenced by TDerivata::CalcoloDerivata(), TParserScomponi::Controllo_sintassi(), TDerivata::DFondamentale(), TParserScomponi::Gestione_assegnazione(), TParserScomponi::GestioneMeno(), TParserScomponi::GestioneVariabili(), TParserScomponi::MettiPer(), TParserScomponi::ParentesiElevati(), and TParserScomponi::Traduci_funzione().

bool Isnumeric const char *  stringa  ) 
 

Definition at line 75 of file FunzioniStringa.cpp.

Referenced by TDerivata::DFondamentale(), TxtValue::OnKeyDown(), TxtValue::OnKillFocus(), TParserScomponi::Traduci_funzione(), Graph3DFrame::TxtXMaxEnter(), Graph3DFrame::TxtXMinEnter(), Graph3DFrame::TxtYMaxEnter(), Graph3DFrame::TxtYMinEnter(), Graph3DFrame::TxtZMaxEnter(), and Graph3DFrame::TxtZMinEnter().

void leggi_str char *  funzione  ) 
 

Definition at line 12 of file FunzioniStringa.cpp.

int Len char *  funzione  ) 
 

Definition at line 4 of file FunzioniStringa.cpp.

Referenced by TDerivata::CalcoloDerivata(), Concatena(), TParserScomponi::Controllo_sintassi(), TDerivata::Derivata(), TDerivata::DFondamentale(), TParserScomponi::Gestione_assegnazione(), TParserScomponi::GestioneMeno(), TParserScomponi::GestioneVariabili(), Instr(), TParserScomponi::Lcase(), TParserScomponi::MettiPer(), TParserScomponi::ParentesiElevati(), and TParserScomponi::Traduci_funzione().

void Mid char *  funz_tagliata,
char *  funzione,
int  inizio,
int  lunghezza
 

Definition at line 63 of file FunzioniStringa.cpp.

Referenced by TDerivata::CalcoloDerivata(), TParserScomponi::Controllo_sintassi(), TDerivata::DFondamentale(), TParserScomponi::Gestione_assegnazione(), TParserScomponi::GestioneMeno(), TParserScomponi::GestioneVariabili(), TParserScomponi::Lcase(), TParserScomponi::MettiPer(), TParserScomponi::ParentesiElevati(), TParserScomponi::ScomponiProdotti(), and TParserScomponi::Traduci_funzione().

 

SourceForge Logo