Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Enumerations | Functions | Variables
stlb2stla.cxx File Reference
#include <iostream>
#include <fstream>
#include "SimpleOpt.h"
#include "stlb2stla.help"
+ Include dependency graph for stlb2stla.cxx:

Go to the source code of this file.

Classes

struct  pt
 

Enumerations

enum  { OPT_HELP , OPT_NAME }
 

Functions

int error (int val)
 
int main (int argc, char *argv[])
 

Variables

CSimpleOpt::SOption g_rgOptions []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_NAME 

Definition at line 27 of file stlb2stla.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 38 of file stlb2stla.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 44 of file stlb2stla.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_NAME, _T("-n"), SO_REQ_SEP },
{ OPT_NAME, _T("--name"), SO_REQ_SEP },
{ OPT_HELP, _T("-?"), SO_NONE },
{ OPT_HELP, _T("-h"), SO_NONE },
{ OPT_HELP, _T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_HELP
Definition: stlb2stla.cxx:27
@ OPT_NAME
Definition: stlb2stla.cxx:27

Definition at line 29 of file stlb2stla.cxx.