Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JamesBoer/Jinx
/ types & classes
Types & classes
539 in github.com/JamesBoer/Jinx
⨍
Functions
2,039
◇
Types & classes
539
↓ 43 callers
Class
Variant
Include/Jinx.hpp:451
↓ 30 callers
Class
Opt
Tests/UnitTests/catch.hpp:9376
↓ 21 callers
Class
ColumnBreak
Tests/UnitTests/catch.hpp:16296
↓ 21 callers
Class
Variant
Variant stores value/type pairs in a convenient class. The Variant class is both used to store and manipulate values internally. It can convert betw
Source/JxVariant.h:58
↓ 21 callers
Class
now
Tests/UnitTests/catch.hpp:6469
↓ 18 callers
Class
Duration
Tests/UnitTests/catch.hpp:16299
↓ 17 callers
Class
Column
Tests/UnitTests/catch.hpp:8493
↓ 14 callers
Class
FunctionSignature
Function and member function signature object.
Include/Jinx.hpp:2037
↓ 14 callers
Class
FunctionSignature
Function and member function signature object.
Source/JxFunctionSignature.h:41
↓ 13 callers
Class
pluralise
Tests/UnitTests/catch.hpp:3216
↓ 11 callers
Class
Colour
Tests/UnitTests/catch.hpp:5990
↓ 10 callers
Class
StringRef
A non-owning string class (similar to the forthcoming std::string_view) Note that, because a StringRef may be a substring of another string, it may no
Tests/UnitTests/catch.hpp:606
↓ 8 callers
Class
ParseState
Tests/FuzzTests/clara.hpp:617
↓ 8 callers
Class
ParseState
Tests/UnitTests/catch.hpp:9046
↓ 7 callers
Class
PropertyName
Include/Jinx.hpp:1805
↓ 7 callers
Class
PropertyName
Source/JxPropertyName.h:16
↓ 5 callers
Class
LazyExpression
Tests/UnitTests/catch.hpp:2526
↓ 4 callers
Class
CasedString
Tests/UnitTests/catch.hpp:3538
↓ 4 callers
Class
Estimate
Tests/UnitTests/catch.hpp:5432
↓ 4 callers
Class
FunctionMatch
Include/Jinx.hpp:2376
↓ 4 callers
Class
FunctionMatch
Source/JxParser.h:39
↓ 4 callers
Class
NameAndLocation
Tests/UnitTests/catch.hpp:7478
↓ 4 callers
Class
Opt
Tests/FuzzTests/clara.hpp:948
↓ 4 callers
Class
SummaryColumn
Fwd decls
Tests/UnitTests/catch.hpp:6152
↓ 4 callers
Class
WithinRelMatcher
Given IEEE-754 format for floats and doubles, we can assume that float -> double promotion is lossless. Given this, we can assume that if we do the st
Tests/UnitTests/catch.hpp:3454
↓ 3 callers
Class
GeneratorException
Tests/UnitTests/catch.hpp:3919
↓ 3 callers
Class
RowBreak
Tests/UnitTests/catch.hpp:16297
↓ 2 callers
Class
Chronometer
Tests/UnitTests/catch.hpp:6617
↓ 2 callers
Class
Column
Tests/FuzzTests/clara.hpp:72
↓ 2 callers
Class
GroupInfo
Tests/UnitTests/catch.hpp:5517
↓ 2 callers
Class
Parser
Tests/FuzzTests/clara.hpp:795
↓ 2 callers
Class
Parser
Tests/UnitTests/catch.hpp:9223
↓ 2 callers
Class
ReporterConfig
Tests/UnitTests/catch.hpp:5481
↓ 2 callers
Class
Session
Tests/UnitTests/catch.hpp:13216
↓ 2 callers
Class
SourceLineInfo
Tests/UnitTests/catch.hpp:502
↓ 2 callers
Class
TestCaseStats
Tests/UnitTests/catch.hpp:5560
↓ 2 callers
Class
TestRunStats
Tests/UnitTests/catch.hpp:5597
↓ 2 callers
Class
WithinUlpsMatcher
Tests/UnitTests/catch.hpp:3438
↓ 2 callers
Class
XmlEncode
Tests/UnitTests/catch.hpp:6234
↓ 2 callers
Class
iterator
Tests/FuzzTests/clara.hpp:79
↓ 2 callers
Class
iterator
Tests/UnitTests/catch.hpp:8500
↓ 2 callers
Class
sigaction
Tests/UnitTests/catch.hpp:10893
↓ 2 callers
Class
type
Tests/UnitTests/catch.hpp:6554
↓ 1 callers
Class
Arg
Tests/UnitTests/catch.hpp:9342
↓ 1 callers
Class
Args
Transport for raw args (copied from main args, or supplied via init list for testing)
Tests/FuzzTests/clara.hpp:396
↓ 1 callers
Class
Args
Transport for raw args (copied from main args, or supplied via init list for testing)
Tests/UnitTests/catch.hpp:8826
↓ 1 callers
Class
AssertionStats
Tests/UnitTests/catch.hpp:5527
↓ 1 callers
Class
BenchmarkFunction
We need to reinvent std::function because every piece of code that might add overhead in a measurement context needs to have consistent performance ch
Tests/UnitTests/catch.hpp:6708
↓ 1 callers
Class
BySectionInfo
Tests/UnitTests/catch.hpp:5838
↓ 1 callers
Class
ContainsMatcher
Tests/UnitTests/catch.hpp:3560
↓ 1 callers
Class
Counts
Tests/UnitTests/catch.hpp:2445
↓ 1 callers
Class
EndTag
Tests/FuzzTests/clara.hpp:252
↓ 1 callers
Class
EndTag
Tests/UnitTests/catch.hpp:8677
↓ 1 callers
Class
EndsWithMatcher
Tests/UnitTests/catch.hpp:3568
↓ 1 callers
Class
EqualsMatcher
Tests/UnitTests/catch.hpp:3556
↓ 1 callers
Class
ExceptionMessageMatcher
Tests/UnitTests/catch.hpp:3399
↓ 1 callers
Class
ExeName
Tests/UnitTests/catch.hpp:9300
↓ 1 callers
Class
FatalConditionHandler
Wrapper for platform-specific fatal error (signals/SEH) handlers Tries to be cooperative with other handlers, and not step over other handlers. This
Tests/UnitTests/catch.hpp:8011
↓ 1 callers
Class
Filter
Tests/UnitTests/catch.hpp:5147
↓ 1 callers
Class
Help
Tests/FuzzTests/clara.hpp:1049
↓ 1 callers
Class
Help
Tests/UnitTests/catch.hpp:9477
↓ 1 callers
Class
NameAndTags
Tests/UnitTests/catch.hpp:980
↓ 1 callers
Class
NonCopyable
Tests/UnitTests/catch.hpp:491
↓ 1 callers
Class
PerformanceStats
Performance stats Struct that contains several performance stats of scripts since the beginning of the runtime object creation or the last time IRun
Include/Jinx.hpp:981
↓ 1 callers
Class
PerformanceStats
Performance stats Struct that contains several performance stats of scripts since the beginning of the runtime object creation or the last time IRun
Source/Jinx.h:319
↓ 1 callers
Class
RegexMatcher
Tests/UnitTests/catch.hpp:3573
↓ 1 callers
Class
SectionStats
Tests/UnitTests/catch.hpp:5543
↓ 1 callers
Class
Spacer
Tests/FuzzTests/clara.hpp:237
↓ 1 callers
Class
Spacer
Tests/UnitTests/catch.hpp:8662
↓ 1 callers
Class
StartsWithMatcher
Tests/UnitTests/catch.hpp:3564
↓ 1 callers
Class
TagAlias
Tests/UnitTests/catch.hpp:5185
↓ 1 callers
Class
TagInfo
Tests/UnitTests/catch.hpp:11227
↓ 1 callers
Class
TestCase
Tests/UnitTests/catch.hpp:577
↓ 1 callers
Class
TestFailureException
Tests/UnitTests/catch.hpp:2521
↓ 1 callers
Class
TestGroupStats
Tests/UnitTests/catch.hpp:5580
↓ 1 callers
Class
TestSpecParser
Tests/UnitTests/catch.hpp:5201
↓ 1 callers
Class
TokenStream
Tests/FuzzTests/clara.hpp:393
↓ 1 callers
Class
TokenStream
Tests/UnitTests/catch.hpp:8823
↓ 1 callers
Class
WithinAbsMatcher
Tests/UnitTests/catch.hpp:3429
Class
AboutWindow
<summary> Interaction logic for AboutWindow.xaml </summary>
Utils/JinxPad/AboutWindow.xaml.cs:21
Enum
Access
Determines the access type of a registered property
Include/Jinx.hpp:805
Enum
Access
Determines the access type of a registered property
Source/Jinx.h:143
Class
Allocator
Include/Jinx.hpp:141
Class
Allocator
Source/JxMemory.h:21
Class
App
<summary> Interaction logic for App.xaml </summary>
Utils/JinxPad/App.xaml.cs:8
Class
Approx
Tests/UnitTests/catch.hpp:3078
Class
ApproxMatcher
Tests/UnitTests/catch.hpp:3681
Enum
Arch
Tests/UnitTests/catch.hpp:15030
Class
Arg
Tests/FuzzTests/clara.hpp:914
Class
AssertionHandler
Tests/UnitTests/catch.hpp:2548
Class
AssertionInfo
Tests/UnitTests/catch.hpp:1396
Class
AssertionPrinter
Implementation of CompactReporter formatting
Tests/UnitTests/catch.hpp:15900
Class
AssertionReaction
Tests/UnitTests/catch.hpp:2446
Class
AssertionResult
Tests/UnitTests/catch.hpp:2439
Class
AssertionResultData
Tests/UnitTests/catch.hpp:2522
Class
AutoReg
Tests/UnitTests/catch.hpp:986
Class
BasicResult
Tests/FuzzTests/clara.hpp:569
Class
BasicResult
Tests/UnitTests/catch.hpp:8998
Class
Benchmark
Tests/UnitTests/catch.hpp:7298
Class
BenchmarkInfo
Tests/UnitTests/catch.hpp:2453
next →
1–100 of 539, ranked by callers