summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdArgContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdArgContext.h')
-rw-r--r--lldb/tools/lldb-mi/MICmdArgContext.h72
1 files changed, 36 insertions, 36 deletions
diff --git a/lldb/tools/lldb-mi/MICmdArgContext.h b/lldb/tools/lldb-mi/MICmdArgContext.h
index 699bac13e01..7178373ce38 100644
--- a/lldb/tools/lldb-mi/MICmdArgContext.h
+++ b/lldb/tools/lldb-mi/MICmdArgContext.h
@@ -8,54 +8,54 @@
//===----------------------------------------------------------------------===//
//++
-// File: MICmdArgContext.h
+// File: MICmdArgContext.h
//
-// Overview: CMICmdArgContext interface.
+// Overview: CMICmdArgContext interface.
//
-// Environment: Compilers: Visual C++ 12.
-// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
-// Libraries: See MIReadmetxt.
+// Environment: Compilers: Visual C++ 12.
+// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
+// Libraries: See MIReadmetxt.
//
-// Copyright: None.
+// Copyright: None.
//--
#pragma once
// In-house headers:
-#include "MIUtilString.h"
+#include "MIUtilString.h"
//++ ============================================================================
-// Details: MI common code class. Command arguments and options string. Holds
-// the context string.
-// Based on the Interpreter pattern.
-// Gotchas: None.
-// Authors: Illya Rudkin 14/04/2014.
-// Changes: None.
+// Details: MI common code class. Command arguments and options string. Holds
+// the context string.
+// Based on the Interpreter pattern.
+// Gotchas: None.
+// Authors: Illya Rudkin 14/04/2014.
+// Changes: None.
//--
class CMICmdArgContext
{
-// Methods:
-public:
- /* ctor */ CMICmdArgContext( void );
- /* ctor */ CMICmdArgContext( const CMIUtilString & vrCmdLineArgsRaw );
- //
- const CMIUtilString & GetArgsLeftToParse( void ) const;
- MIuint GetNumberArgsPresent( void ) const;
- CMIUtilString::VecString_t GetArgs( void ) const;
- bool IsEmpty( void ) const;
- bool RemoveArg( const CMIUtilString & vArg );
- bool RemoveArgAtPos( const CMIUtilString & vArg, const MIuint nArgIndex );
- //
- CMICmdArgContext & operator= ( const CMICmdArgContext & vOther );
-
-// Overridden:
-public:
- // From CMIUtilString
- /* dtor */ virtual ~CMICmdArgContext( void );
+ // Methods:
+ public:
+ /* ctor */ CMICmdArgContext(void);
+ /* ctor */ CMICmdArgContext(const CMIUtilString &vrCmdLineArgsRaw);
+ //
+ const CMIUtilString &GetArgsLeftToParse(void) const;
+ MIuint GetNumberArgsPresent(void) const;
+ CMIUtilString::VecString_t GetArgs(void) const;
+ bool IsEmpty(void) const;
+ bool RemoveArg(const CMIUtilString &vArg);
+ bool RemoveArgAtPos(const CMIUtilString &vArg, const MIuint nArgIndex);
+ //
+ CMICmdArgContext &operator=(const CMICmdArgContext &vOther);
-// Attributes:
-private:
- CMIUtilString m_strCmdArgsAndOptions;
- const MIchar m_constCharSpace;
- const CMIUtilString m_constStrSpace;
+ // Overridden:
+ public:
+ // From CMIUtilString
+ /* dtor */ virtual ~CMICmdArgContext(void);
+
+ // Attributes:
+ private:
+ CMIUtilString m_strCmdArgsAndOptions;
+ const MIchar m_constCharSpace;
+ const CMIUtilString m_constStrSpace;
};
OpenPOWER on IntegriCloud