OdbDesignLib
OdbDesign ODB++ Parsing Library
 
Loading...
Searching...
No Matches
Constants.h
1#pragma once
2
3//
4// Created by nmill on 10/13/2023.
5//
6
7namespace Odb::Lib::FileModel::Design
8{
10 {
11 public:
12 inline static const auto COMMENT_TOKEN = "#";
13 inline static const auto UNITS_TOKEN = "UNITS";
14 inline static const auto ARRAY_RECORD_OPEN_TOKEN = "{";
15 inline static const auto ARRAY_RECORD_CLOSE_TOKEN = "}";
16 };
17}