Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Command_Line_Arguments Class Reference

#include <ARGS.H>

Public Member Functions

 Command_Line_Arguments (HINSTANCE, LPTSTR)
 
 Command_Line_Arguments (LPTSTR)
 
 Command_Line_Arguments (HINSTANCE)
 
 ~Command_Line_Arguments (void)
 
const char * Get_argv (int argument_index)
 
int Get_argc ()
 
void Set_argv (int argument_index, char *arg)
 

Detailed Description

Definition at line 51 of file ARGS.H.

Constructor & Destructor Documentation

◆ Command_Line_Arguments() [1/3]

Command_Line_Arguments::Command_Line_Arguments ( HINSTANCE current_instance_handle,
LPTSTR windows_command_line_string )

Definition at line 65 of file ARGS.CPP.

◆ Command_Line_Arguments() [2/3]

Command_Line_Arguments::Command_Line_Arguments ( LPTSTR )
inline

Definition at line 55 of file ARGS.H.

◆ Command_Line_Arguments() [3/3]

Command_Line_Arguments::Command_Line_Arguments ( HINSTANCE current_instance_handle)

Definition at line 167 of file ARGS.CPP.

◆ ~Command_Line_Arguments()

Command_Line_Arguments::~Command_Line_Arguments ( void )

Definition at line 266 of file ARGS.CPP.

Member Function Documentation

◆ Get_argc()

int Command_Line_Arguments::Get_argc ( void )

Definition at line 288 of file ARGS.CPP.

◆ Get_argv()

const char * Command_Line_Arguments::Get_argv ( int argument_index)

Definition at line 314 of file ARGS.CPP.

◆ Set_argv()

void Command_Line_Arguments::Set_argv ( int argument_index,
char * arg )

Definition at line 330 of file ARGS.CPP.


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