#include "cmt_std.h"
#include "cmt_string.h"
#include "cmt_vector.h"
#include "cmt.h"
Include dependency graph for cmt_parser.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Definition at line 306 of file cmt_parser.h. Referenced by Script::print(), and Include::print_filters(). |
|
Definition at line 309 of file cmt_parser.h. Referenced by Cmt::use_cmt(), and Cmt::use_special_requirements(). |
|
Definition at line 107 of file cmt_parser.h. Referenced by Cmt::get_current_access(), SyntaxParser::parse_requirements(), and SyntaxParser::parse_requirements_text().
00108 { 00109 DeveloperMode, 00110 UserMode 00111 } AccessMode; |
|
Definition at line 200 of file cmt_parser.h. Referenced by ActionBuilder::build(), MacroBuilder::build(), PathBuilder::build(), SetBuilder::build(), Symbol::create(), Cmt::get_action(), use_action_iterator::get_use(), SymbolValueList::show(), and Symbol::show_macro().
00201 { 00202 action_none, 00203 action_awk, 00204 action_broadcast, 00205 00206 action_build, 00207 00208 action_build_constituent_makefile, 00209 action_build_constituents_makefile, 00210 action_build_dependencies, 00211 action_build_library_links, 00212 action_build_make_setup, 00213 action_build_msdev, 00214 action_build_CMT_pacman, 00215 // Visual Studio.net Support 00216 action_build_vsnet, 00217 action_build_os9_makefile, 00218 action_build_prototype, 00219 action_build_readme, 00220 action_build_tag_makefile, 00221 action_build_temporary_name, 00222 action_build_triggers, 00223 action_build_windefs, 00224 00225 action_check, 00226 00227 action_check_configuration, 00228 action_check_files, 00229 action_check_version, 00230 action_checkout, 00231 action_cleanup, 00232 action_config, 00233 action_create, 00234 action_create_project, 00235 action_cvsbranches, 00236 action_cvssubpackages, 00237 action_cvssubprojects, 00238 action_cvstags, 00239 action_do, 00240 action_expand_model, 00241 action_filter, 00242 action_help, 00243 action_load, 00244 action_lock, 00245 action_remove, 00246 action_remove_library_links, 00247 action_run, 00248 action_run_sequence, 00249 00250 action_set_version, 00251 action_set_versions, 00252 00253 action_setup, 00254 00255 action_show, 00256 00257 action_show_action, 00258 action_show_action_value, 00259 action_show_action_names, 00260 action_show_actions, 00261 action_show_all_tags, 00262 action_show_applied_patterns, 00263 action_show_author, 00264 action_show_branches, 00265 action_show_clients, 00266 action_show_cmtpath_patterns, 00267 action_show_constituent, 00268 action_show_constituent_names, 00269 action_show_constituents, 00270 action_show_cycles, 00271 action_show_fragment, 00272 action_show_fragments, 00273 action_show_groups, 00274 action_show_include_dirs, 00275 action_show_language, 00276 action_show_languages, 00277 action_show_macro, 00278 action_show_macro_value, 00279 action_show_macro_names, 00280 action_show_macros, 00281 action_show_manager, 00282 action_show_packages, 00283 action_show_path, 00284 action_show_pattern, 00285 action_show_pattern_names, 00286 action_show_patterns, 00287 action_show_projects, 00288 action_show_setup, 00289 action_show_pwd, 00290 action_show_set, 00291 action_show_set_names, 00292 action_show_set_value, 00293 action_show_sets, 00294 action_show_strategies, 00295 action_show_tags, 00296 action_show_use_paths, 00297 action_show_uses, 00298 action_show_version, 00299 action_show_versions, 00300 00301 action_system, 00302 action_unlock, 00303 action_version 00304 } ActionType; |
|
Definition at line 154 of file cmt_parser.h.
00155 { 00156 Prototypes = 0x1, 00157 NoPrototypes = Prototypes << 1, 00158 DefaultPrototypesStrategy = Prototypes, 00159 PrototypesMask = Prototypes | NoPrototypes, 00160 00161 WithInstallArea = NoPrototypes << 1, 00162 WithoutInstallArea = WithInstallArea << 1, 00163 DefaultInstallAreaStrategy = WithoutInstallArea, 00164 InstallAreaMask = WithInstallArea | WithoutInstallArea, 00165 00166 BuildStrategyMask = PrototypesMask | InstallAreaMask, 00167 00168 DefaultBuildStrategy = DefaultPrototypesStrategy | DefaultInstallAreaStrategy 00169 } BuildStrategy; |
|
Definition at line 22 of file cmt_parser.h. Referenced by Cmt::get_current_style().
00023 { 00024 mgr_style, 00025 cmt_style, 00026 no_version_style, 00027 none_style 00028 } CmtDirStyle; |
|
Definition at line 36 of file cmt_parser.h. Referenced by Cmt::get_scope_filtering_mode().
00037 { 00038 default_filtering_mode, 00039 block_private_uses, 00040 reach_private_uses 00041 } CmtScopeFilteringMode; |
|
Definition at line 30 of file cmt_parser.h. Referenced by Cmt::get_current_structuring_style().
00031 { 00032 with_version_directory, 00033 without_version_directory 00034 } CmtStructuringStyle; |
|
Definition at line 46 of file cmt_parser.h.
00047 { 00048 CommandNone, 00049 CommandAction, 00050 CommandAlias, 00051 CommandApplication, 00052 CommandApplyPattern, 00053 CommandApplyTag, 00054 CommandAuthor, 00055 CommandBranches, 00056 CommandBuildStrategy, 00057 CommandCleanupScript, 00058 CommandCmtPathPattern, 00059 CommandDocument, 00060 CommandEndPrivate, 00061 CommandEndPublic, 00062 CommandIgnorePattern, 00063 CommandIncludeDirs, 00064 CommandIncludePath, 00065 CommandLanguage, 00066 CommandLibrary, 00067 CommandMacro, 00068 CommandMacroPrepend, 00069 CommandMacroAppend, 00070 CommandMacroRemove, 00071 CommandMacroRemoveRegexp, 00072 CommandMacroRemoveAll, 00073 CommandMacroRemoveAllRegexp, 00074 CommandMakeFragment, 00075 CommandManager, 00076 CommandPackage, 00077 CommandPath, 00078 CommandPathAppend, 00079 CommandPathPrepend, 00080 CommandPathRemove, 00081 CommandPathRemoveRegexp, 00082 CommandPattern, 00083 CommandPrivate, 00084 CommandProject, 00085 CommandPublic, 00086 CommandSet, 00087 CommandSetAppend, 00088 CommandSetPrepend, 00089 CommandSetRemove, 00090 CommandSetRemoveRegexp, 00091 CommandSetupScript, 00092 CommandSetupStrategy, 00093 CommandTag, 00094 CommandTagExclude, 00095 CommandUse, 00096 CommandVersion, 00097 CommandVersionStrategy, 00098 Commands 00099 } CommandType; |
|
Definition at line 190 of file cmt_parser.h.
00191 { 00192 Application, 00193 Library, 00194 Document 00195 } ConstituentType; |
|
Definition at line 14 of file cmt_parser.h. Referenced by Cmt::install_cleanup_scripts(), Cmt::install_setup_scripts(), Cmt::install_test_cleanup_scripts(), and Cmt::install_test_setup_scripts().
|
|
Definition at line 127 of file cmt_parser.h.
00128 { 00129 PriorityLowest = 0, 00130 PriorityDefault = 1, 00131 PriorityVersion = 2, 00132 PriorityUname = 3, 00133 PrioritySite = 4, 00134 PriorityUserTag = 5, 00135 PriorityTag = 6, 00136 PriorityConfig = 7, 00137 PriorityArgument = 8 00138 } Priority; |
|
Definition at line 113 of file cmt_parser.h. Referenced by Use::get_current_scope(), ScopeSection::get_scope(), and Use::show_sub_uses().
00114 { 00115 ScopeUnspecified, 00116 ScopePublic, 00117 ScopePrivate 00118 } ScopeType; |
|
Definition at line 140 of file cmt_parser.h.
00141 { 00142 SetupScript, 00143 CleanupScript 00144 } ScriptType; |
|
Definition at line 171 of file cmt_parser.h.
00172 { 00173 SetupConfig = 0x1, 00174 SetupNoConfig = SetupConfig << 1, 00175 SetupConfigMask = SetupConfig | SetupNoConfig, 00176 00177 SetupRoot = SetupNoConfig << 1, 00178 SetupNoRoot = SetupRoot << 1, 00179 SetupRootMask = SetupRoot | SetupNoRoot, 00180 00181 SetupCleanup = SetupNoRoot << 1, 00182 SetupNoCleanup = SetupCleanup << 1, 00183 SetupCleanupMask = SetupCleanup | SetupNoCleanup, 00184 00185 SetupStrategyMask = SetupConfigMask | SetupRootMask | SetupCleanupMask, 00186 00187 DefaultSetupStrategy = SetupConfig | SetupRoot | SetupCleanup 00188 } SetupStrategy; |
|
Definition at line 120 of file cmt_parser.h. Referenced by UseContext::get_current_auto_imports(), Use::set_auto_imports(), and Use::show_sub_uses().
00121 { 00122 Unspecified = -1, 00123 Off = 0, 00124 On = 1 00125 } State; |