RendererInitializer Struct Reference
#include <service.h>
Inheritance diagram for RendererInitializer:
Public Types | |
typedef std::vector< string > | dir_list |
Public Attributes | |
string | global_env |
Name of the global environment file. | |
string | template_dir |
Path name of the directory storing content generation templates. | |
string | get_leaf_pattern |
A regular expression matching the basenames of files to be rendered. | |
dir_list | content_dirs |
A list of directory prefixes where dynamic content may reside. | |
dir_list | module_dirs |
A list of directories to prepend to package path. |
Detailed Description
Definition at line 52 of file renderer/service.h.
Member Typedef Documentation
typedef std::vector<string> RendererInitializer::dir_list |
Definition at line 53 of file renderer/service.h.
Member Data Documentation
A list of directory prefixes where dynamic content may reside.
Definition at line 65 of file renderer/service.h.
A regular expression matching the basenames of files to be rendered.
Definition at line 62 of file renderer/service.h.
Name of the global environment file.
Definition at line 56 of file renderer/service.h.
A list of directories to prepend to package path.
Definition at line 68 of file renderer/service.h.
Path name of the directory storing content generation templates.
Definition at line 59 of file renderer/service.h.
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.