Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
df839603
Commit
df839603
authored
Feb 22, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unified DirFileContext and NestingContext
parent
762ee821
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
301 deletions
+122
-301
context.cpp
src/context.cpp
+116
-301
context.h
src/context.h
+6
-0
No files found.
src/context.cpp
View file @
df839603
This diff is collapsed.
Click to expand it.
src/context.h
View file @
df839603
...
@@ -394,6 +394,10 @@ class NestingContext : public TemplateListIntf
...
@@ -394,6 +394,10 @@ class NestingContext : public TemplateListIntf
void
addNamespaces
(
const
NamespaceSDict
&
nsDict
,
bool
rootOnly
,
bool
addClasses
);
void
addNamespaces
(
const
NamespaceSDict
&
nsDict
,
bool
rootOnly
,
bool
addClasses
);
void
addClasses
(
const
ClassSDict
&
clDict
,
bool
rootOnly
);
void
addClasses
(
const
ClassSDict
&
clDict
,
bool
rootOnly
);
void
addDirs
(
const
DirSDict
&
);
void
addDirs
(
const
DirList
&
);
void
addFiles
(
const
FileNameList
&
);
void
addFiles
(
const
FileList
&
);
private
:
private
:
class
Private
;
class
Private
;
Private
*
p
;
Private
*
p
;
...
@@ -450,6 +454,7 @@ class NamespaceTreeContext : public TemplateStructIntf
...
@@ -450,6 +454,7 @@ class NamespaceTreeContext : public TemplateStructIntf
};
};
//----------------------------------------------------
//----------------------------------------------------
#if 0
class DirFileNodeContext : public TemplateStructIntf
class DirFileNodeContext : public TemplateStructIntf
{
{
...
@@ -488,6 +493,7 @@ class DirFileContext : public TemplateListIntf
...
@@ -488,6 +493,7 @@ class DirFileContext : public TemplateListIntf
class Private;
class Private;
Private *p;
Private *p;
};
};
#endif
//----------------------------------------------------
//----------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment