|
Asper Header
1.0.14
The header injector extension
|
| CCipher | Central cipher management class providing unified access to all cipher implementations |
| ▼CCipherI | Common interface that all cipher implementations must follow |
| ▼CBaseCipher | Abstract base class providing common functionality for cipher implementations |
| CADFGVXCipher | Implementation of the ADFGVX fractionating transposition cipher |
| CAffineCipher | Implementation of the Affine substitution cipher |
| CAtbashCipher | Implementation of the Atbash substitution cipher |
| CAutokeyCipher | Implementation of the Autokey polyalphabetic substitution cipher |
| CBaconCipher | Implementation of Bacon's binary steganographic cipher |
| CBase64Cipher | Implementation of Base64 encoding and decoding |
| CBaudotCipher | Implementation of Baudot telegraph code encoding |
| CBeaufortCipher | Implementation of the Beaufort reciprocal polyalphabetic cipher |
| CBifidCipher | Implementation of the Bifid fractionating transposition cipher |
| CCaesarCipher | Implementation of the Caesar substitution cipher |
| CColumnarCipher | Implementation of the Columnar Transposition cipher |
| CDoubleTranspositionCipher | Implementation of double columnar transposition cipher |
| CEnigmaCipher | Simplified implementation of the Enigma machine polyalphabetic cipher |
| CFractionatedMorseCipher | Simplified implementation of the Fractionated Morse cipher |
| CGronsfeldCipher | Implementation of the Gronsfeld polyalphabetic substitution cipher |
| CKeywordCipher | Implementation of the Keyword monoalphabetic substitution cipher |
| CMonoalphabeticCipher | Implementation of a customizable monoalphabetic substitution cipher |
| CMorseBasicCipher | Implementation of Morse code encoding and decoding |
| CNihilistCipher | Implementation of the Nihilist additive coordinate cipher |
| CPigpenCipher | Implementation of the Pigpen (Freemason's) substitution cipher |
| CPolybiusCipher | Implementation of the Polybius Square substitution cipher |
| CPortaCipher | Implementation of the Porta polyalphabetic reciprocal cipher |
| CROT13Cipher | Implementation of the ROT13 substitution cipher |
| CRailFenceCipher | Implementation of the Rail Fence transposition cipher |
| CRouteCipher | Implementation of the Route transposition cipher |
| CScytaleCipher | Implementation of the ancient Scytale transposition cipher |
| CTapCodeCipher | Implementation of the Tap Code prisoner communication cipher |
| CTrifidCipher | Implementation of the Trifid fractionating transposition cipher |
| CVICCipher | Simplified implementation of the VIC (Soviet spy) cipher |
| CVigenereCipher | Implementation of the Vigenère polyalphabetic substitution cipher |
| CXORCipher | Implementation of XOR (Exclusive OR) encryption/decryption |
| CCommentGenerator | Intelligent file header generation and management system |
| CCommentStyle | Defines comment style configuration for different programming languages |
| CComplexTestData | Complex nested data structure interface for advanced type safety testing |
| CConfiguration | Core configuration management class with dynamic VS Code settings integration |
| CGui | User-facing notification system for VS Code extension GUI integration |
| CLazyFileLoader | Generic lazy file loader with caching and type safety @template T The expected type of the loaded file content |
| CLazyFileLoader< T=any > | |
| CLog | Primary logging controller with dual-channel output and caller identification |
| CLoggerInternals | Core utility infrastructure for logging operations and formatting |
| Clogo | Structure representing a loaded ASCII art logo with metadata |
| CMessageProvider | Internationalization message provider with multi-language support and fallback mechanisms |
| CMockCharacterData | Interface for test character data matching the JSON structure |
| CMockDocumentLine | Represents a single line within a mock VS Code document for testing |
| CMockExtensionContext | Mock VS Code extension context for testing |
| CMockOutputChannel | Mock implementation of VS Code OutputChannel for testing logging behavior |
| CMockWatermarkData | Interface for test watermark data matching the JSON structure |
| CMockWebview | Mock implementation of VS Code webview for testing |
| CMockWebviewPanel | Mock implementation of VS Code webview panel for testing |
| CMockWorkspaceConfiguration | Mock workspace configuration for testing VS Code integration |
| CMorseTranslator | Static utility class for Morse code translation operations |
| ▼Cvscode::OutputChannel | |
| CMockOutputChannelImpl | Mock implementation for testing output channel behavior |
| ▼CPartial | |
| CMockTextDocument | Mock implementation of VS Code TextDocument for testing purposes |
| CMockTextEditor | Mock implementation of VS Code TextEditor for testing text editing operations |
| CPerson | Represents a character from the Darling in the FranXX series |
| CQuery | Singleton user interaction manager for VS Code UI components |
| CTestConfig | Basic test configuration interface for LazyFileLoader testing |
| Cwatermark | Structure representing a loaded ASCII art watermark with font metadata |