mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 10:16:41 -04:00
changed ifndef labels
This commit is contained in:
parent
4ae30a9aa5
commit
6cd0c3db78
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __ARGUMENT_HH__
|
#ifndef TCLAP_ARGUMENT_H
|
||||||
#define __ARGUMENT_HH__
|
#define TCLAP_ARGUMENT_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __ARG_EXCEPTION_H__
|
#ifndef TCLAP_ARG_EXCEPTION_H
|
||||||
#define __ARG_EXCEPTION_H__
|
#define TCLAP_ARG_EXCEPTION_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __CMDLINE_HH__
|
#ifndef TCLAP_CMDLINE_H
|
||||||
#define __CMDLINE_HH__
|
#define TCLAP_CMDLINE_H
|
||||||
|
|
||||||
#include <tclap/Arg.h>
|
#include <tclap/Arg.h>
|
||||||
#include <tclap/SwitchArg.h>
|
#include <tclap/SwitchArg.h>
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __COMMANDLINE_HH__
|
#ifndef TCLAP_COMMANDLINE_H
|
||||||
#define __COMMANDLINE_HH__
|
#define TCLAP_COMMANDLINE_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// Explanation of dumb naming. Originally this file was used as the generic
|
// Explanation of dumb naming. Originally this file was used as the generic
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __HELP_VISITOR_H__
|
#ifndef TCLAP_HELP_VISITOR_H
|
||||||
#define __HELP_VISITOR_H__
|
#define TCLAP_HELP_VISITOR_H
|
||||||
|
|
||||||
#include <tclap/Visitor.h>
|
#include <tclap/Visitor.h>
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __IGNORE_REST_VISITOR_H__
|
#ifndef TCLAP_IGNORE_REST_VISITOR_H
|
||||||
#define __IGNORE_REST_VISITOR_H__
|
#define TCLAP_IGNORE_REST_VISITOR_H
|
||||||
|
|
||||||
#include <tclap/Visitor.h>
|
#include <tclap/Visitor.h>
|
||||||
#include <tclap/Arg.h>
|
#include <tclap/Arg.h>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __MULTIPLE_ARGUMENT_HH__
|
#ifndef TCLAP_MULTIPLE_ARGUMENT_H
|
||||||
#define __MULTIPLE_ARGUMENT_HH__
|
#define TCLAP_MULTIPLE_ARGUMENT_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __PRINTSENSIBLY_HH__
|
#ifndef TCLAP_PRINTSENSIBLY_H
|
||||||
#define __PRINTSENSIBLY_HH__
|
#define TCLAP_PRINTSENSIBLY_H
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __SWITCH_ARG_HH__
|
#ifndef TCLAP_SWITCH_ARG_H
|
||||||
#define __SWITCH_ARG_HH__
|
#define TCLAP_SWITCH_ARG_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __MULTIPLE_UNLABELED_ARGUMENT_HH__
|
#ifndef TCLAP_MULTIPLE_UNLABELED_ARGUMENT_H
|
||||||
#define __MULTIPLE_UNLABELED_ARGUMENT_HH__
|
#define TCLAP_MULTIPLE_UNLABELED_ARGUMENT_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __UNLABELED_VALUE_ARGUMENT_HH__
|
#ifndef TCLAP_UNLABELED_VALUE_ARGUMENT_H
|
||||||
#define __UNLABELED_VALUE_ARGUMENT_HH__
|
#define TCLAP_UNLABELED_VALUE_ARGUMENT_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __VALUE_ARGUMENT_HH__
|
#ifndef TCLAP_VALUE_ARGUMENT_H
|
||||||
#define __VALUE_ARGUMENT_HH__
|
#define TCLAP_VALUE_ARGUMENT_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __VERSION_VISITOR_H__
|
#ifndef TCLAP_VERSION_VISITOR_H
|
||||||
#define __VERSION_VISITOR_H__
|
#define TCLAP_VERSION_VISITOR_H
|
||||||
|
|
||||||
#include <tclap/Visitor.h>
|
#include <tclap/Visitor.h>
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __VISITOR_H__
|
#ifndef TCLAP_VISITOR_H
|
||||||
#define __VISITOR_H__
|
#define TCLAP_VISITOR_H
|
||||||
|
|
||||||
namespace TCLAP {
|
namespace TCLAP {
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __ORHANDLER_HH__
|
#ifndef TCLAP_XORHANDLER_H
|
||||||
#define __ORHANDLER_HH__
|
#define TCLAP_XORHANDLER_H
|
||||||
|
|
||||||
#include <tclap/Arg.h>
|
#include <tclap/Arg.h>
|
||||||
#include <tclap/PrintSensibly.h>
|
#include <tclap/PrintSensibly.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user