StormByte C++ Library: Config module 0.0.9999
StormByte-Config is a StormByte library module for parsing configuration files
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NStormByte
 NConfig
 NItem
 CBaseThe base class for all configuration items
 CCommentRepresents a comment item in a configuration file
 CContainerRepresents a container that can hold multiple configuration items
 CGroupRepresents a group in a configuration file that can hold other items, subgroups, and sublists recursively
 CListRepresents a list in a configuration file that can hold other items, subgroups, and sublists recursively
 CValueRepresents a configuration item with a value
 CConfigAbstract class representing a configuration file
 CExceptionBase class for all configuration-related exceptions
 CInvalidNameThrown when an invalid name is used for an item
 CInvalidPathThrown when an invalid path is used for an item
 CItemAlreadyExistsThrown when attempting to add an item that already exists
 CItemNameAlreadyExistsThrown when an item's name conflicts with an existing name
 CItemNotFoundThrown when an item cannot be found by its path or name
 COutOfBoundsThrown when an index is out of bounds
 CParseErrorThrown when a parsing error occurs in a configuration file
 CValueFailureThrown when setting a value fails due to type mismatch
 CWrongValueTypeConversionThrown when a value is converted to an incorrect type