Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
13ab1caf
Unverified
Commit
13ab1caf
authored
Jan 22, 2024
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macOS...
parent
5d4534fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
include/cif++/validate.hpp
+10
-0
No files found.
include/cif++/validate.hpp
View file @
13ab1caf
...
...
@@ -151,6 +151,16 @@ struct type_validator
struct
item_alias
{
item_alias
(
const
std
::
string
&
alias_name
,
const
std
::
string
&
dictionary
,
const
std
::
string
&
version
)
:
m_name
(
alias_name
)
,
m_dict
(
dictionary
)
,
m_vers
(
version
)
{
}
item_alias
(
const
item_alias
&
)
=
default
;
item_alias
&
operator
=
(
const
item_alias
&
)
=
default
;
std
::
string
m_name
;
///< The alias_name
std
::
string
m_dict
;
///< The dictionary in which it was known
std
::
string
m_vers
;
///< The version of the dictionary
...
...
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