corrects license header lines
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "ConcreteVariant.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace tjp {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "ConcreteVariant.h"
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
When I redo VType
|
||||
|
||||
I want to make IOType to be 3 unsigned integers.
|
||||
type[0] is modifications, like, is it a vector
|
||||
type[1] is category, like 0 is intrinsics, 1 is core, 2, network, 3, crown, etc.
|
||||
type[2] is type, but with respect to category.
|
||||
|
||||
|
||||
VType is u64;
|
||||
|
||||
u32
|
||||
|
||||
struct {
|
||||
u8 nothing;
|
||||
u24 keyType;
|
||||
u24 valueType;
|
||||
u8 meta;
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#include "VType+IO.h"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#include "VType.hpp"
|
||||
|
||||
namespace tjp {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <tjp/core/types/Types.h>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#include <tjp/core/debug/Debug.h>
|
||||
|
||||
namespace tjp {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Variant+IO.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
|
||||
template<typename T>
|
||||
Functions generateVariantFunctions ();
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#include "Variant+Functional.hpp"
|
||||
|
||||
namespace tjp {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Variant.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VariantIO.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
|
||||
// VariantFunctionalUsingMap implements the functional aspect of a variant,
|
||||
// using both a Map to look up the functions object.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
|
||||
// VariantFunctionalUsingMapAndVectorCache implements the functional aspect of a variant,
|
||||
// using both a Map lookup for complex types and a Vector cache for indexing into commonly used
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
|
||||
|
||||
// VariantFunctionalUsingSingleFunctionsObject implements the functional aspect of a variant
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
|
||||
|
||||
// VariantFunctionalUsingSingleFunctionsObject implements the functional aspect of a variant
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Variant+Functional.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Variant.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VariantIO.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace tjp {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VType.hpp"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VariantIO.hpp"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// TJP COPYRIGHT HEADER
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#include <tjp/core/variant/VType.hpp>
|
||||
#include <tjp/core/variant/VType_of.hpp>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// TJP COPYRIGHT HEADER
|
||||
// License: Modified MIT (NON-AI)
|
||||
// See the LICENSE file in the root directory for license information.
|
||||
// Copyright 2026 Timothy Prepscius
|
||||
|
||||
#include <tjp/core/string/String.h>
|
||||
#include <tjp/core/variant/Variant.hpp>
|
||||
|
||||
Reference in New Issue
Block a user