summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.h
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2019-02-17 16:47:50 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-19 14:42:36 (GMT)
commita84e509844b74d445b654cd9d0be98a8f0e0641e (patch)
tree30c0de2b685b6103ce0325966b4e1395f658c081 /Source/cmListCommand.h
parent8ec1942f62a659154abdd99602440757f5eef485 (diff)
downloadCMake-a84e509844b74d445b654cd9d0be98a8f0e0641e.zip
CMake-a84e509844b74d445b654cd9d0be98a8f0e0641e.tar.gz
CMake-a84e509844b74d445b654cd9d0be98a8f0e0641e.tar.bz2
list: add sub-commands PREPEND, POP_BACK, POP_FRONT
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r--Source/cmListCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h
index 76a9856..ea3d643 100644
--- a/Source/cmListCommand.h
+++ b/Source/cmListCommand.h
@@ -35,6 +35,9 @@ protected:
bool HandleLengthCommand(std::vector<std::string> const& args);
bool HandleGetCommand(std::vector<std::string> const& args);
bool HandleAppendCommand(std::vector<std::string> const& args);
+ bool HandlePrependCommand(std::vector<std::string> const& args);
+ bool HandlePopBackCommand(std::vector<std::string> const& args);
+ bool HandlePopFrontCommand(std::vector<std::string> const& args);
bool HandleFindCommand(std::vector<std::string> const& args);
bool HandleInsertCommand(std::vector<std::string> const& args);
bool HandleJoinCommand(std::vector<std::string> const& args);