UnsignedByte Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
AssertionThis exception is thrown when an assertion fails
ChunkImporter
ClassHeaderGeneratorThis class generates the FieldImpls declarations for the specified table and appends it to the specified file
ClassSourceGeneratorThis class generates the FieldImpls implementations for the specified table and appends it to the specified file
CommandBinding< T >This template defines a binding from the specified alias to the specified CommandObject
CommandInfoObject< T >This template may be used in a similar way to the CommandObject template
CommandObject< T >This template defines a function binding
CommandTable< T >This class performs lookup of input to commands
CoordinateThis file is an 'enumeration' class with all the directions
DatabaseConnection information and pool
Database::OPENDBConnection pool struct
DatabaseMgrThis class manages the database connection
db::AccountsThis is a generated class that contains all FieldImpls for the Accounts table
db::AreasThis is a generated class that contains all FieldImpls for the Areas table
db::BranchesThis is a generated class that contains all FieldImpls for the Branches table
db::ChannelLogsThis is a generated class that contains all FieldImpls for the ChannelLogs table
db::ChannelsThis is a generated class that contains all FieldImpls for the Channels table
db::CharacterAccountThis is a generated class that contains all FieldImpls for the CharacterAccount table
db::CharacterBranchThis is a generated class that contains all FieldImpls for the CharacterBranch table
db::CharacterClusterThis is a generated class that contains all FieldImpls for the CharacterCluster table
db::CharacterSkillThis is a generated class that contains all FieldImpls for the CharacterSkill table
db::CharacterStatThis is a generated class that contains all FieldImpls for the CharacterStat table
db::CharacterTreeThis is a generated class that contains all FieldImpls for the CharacterTree table
db::ChunksThis is a generated class that contains all FieldImpls for the Chunks table
db::ClustersThis is a generated class that contains all FieldImpls for the Clusters table
db::ColoursThis is a generated class that contains all FieldImpls for the Colours table
db::CommandsThis is a generated class that contains all FieldImpls for the Commands table
db::DetailAreaThis is a generated class that contains all FieldImpls for the DetailArea table
db::DetailCharacterThis is a generated class that contains all FieldImpls for the DetailCharacter table
db::DetailChunkThis is a generated class that contains all FieldImpls for the DetailChunk table
db::DetailDetailThis is a generated class that contains all FieldImpls for the DetailDetail table
db::DetailRoomThis is a generated class that contains all FieldImpls for the DetailRoom table
db::DetailsThis is a generated class that contains all FieldImpls for the Details table
db::EchosThis is a generated class that contains all FieldImpls for the Echos table
db::EntitiesThis is a generated class that contains all FieldImpls for the Entities table
db::ExitRoomThis is a generated class that contains all FieldImpls for the ExitRoom table
db::ExitsThis is a generated class that contains all FieldImpls for the Exits table
db::GrantGroupsThis is a generated class that contains all FieldImpls for the GrantGroups table
db::LogsThis is a generated class that contains all FieldImpls for the Logs table
db::PermissionsThis is a generated class that contains all FieldImpls for the Permissions table
db::RacesThis is a generated class that contains all FieldImpls for the Races table
db::RoomsThis is a generated class that contains all FieldImpls for the Rooms table
db::SectorsThis is a generated class that contains all FieldImpls for the Sectors table
db::SkillsThis is a generated class that contains all FieldImpls for the Skills table
db::StatsThis is a generated class that contains all FieldImpls for the Stats table
db::TableImplsThis is a generated class that contains all TableImpls
db::TraceChunkThis is a generated class that contains all FieldImpls for the TraceChunk table
db::TraceDetailThis is a generated class that contains all FieldImpls for the TraceDetail table
db::TraceEntityThis is a generated class that contains all FieldImpls for the TraceEntity table
db::TraceRoomThis is a generated class that contains all FieldImpls for the TraceRoom table
db::TracesThis is a generated class that contains all FieldImpls for the Traces table
db::TreesThis is a generated class that contains all FieldImpls for the Trees table
db::VersionThis is a generated class that contains all FieldImpls for the Version table
EditorThis class defines an interface for UBSocket to use in handling lines from the user
EditorAccount
EditorAccountLogin
EditorArea
EditorBool
EditorChannel
EditorChunk
EditorCluster
EditorColour
EditorCommand
EditorDetail
EditorGrantGroup
EditorMobile
EditorNewAccount
EditorNewCharacter
EditorOLC
EditorOOC
EditorPermission
EditorPlaying
EditorRace
EditorRoom
EditorScript
EditorSector
EditorString
FieldThis class represents a field in a database table
FieldDefThis class represents the definition of a field in a table
FieldImplThis class represents a generated (concrete version of a) FieldDef
FieldValueThis class contains the value of one cell in a table
FieldValuesThis class is a bucket for Value objects
GeneratorThis class will generate TableImpls and FieldImpls
GlobalThis class is used to contain otherwise global variables and methods
InitializerThis class will check and initialize the database
JoinThis class represents a checked join between two tables
KeyDefThis class represents the definition of a key field in a table
KeyImplThis class represents a generated (concrete version of a) KeyDef
KeysThis is a bucket class for KeyValues
KeyValueThis class stores the value of the key of a row
mud::Account
mud::AccountManager
mud::Area
mud::AreaManager
mud::Channel
mud::ChannelManager
mud::Character
mud::CharacterManager
mud::Chunk
mud::ChunkManager
mud::Cluster
mud::ClusterManager
mud::Colour
mud::ColourManager
mud::Command
mud::CommandManager
mud::Detail
mud::DetailManager
mud::Echo
mud::EchoManager
mud::Exit
mud::ExitManager
mud::GrantGroup
mud::GrantGroupManager
mud::ManagersThis singleton the one instance of all other managers
mud::MCharacter
mud::MCharacterManager
mud::PCharacter
mud::PCharacterManager
mud::Permission
mud::PermissionManager
mud::Race
mud::RaceManager
mud::Room
mud::RoomManager
mud::Sector
mud::SectorManager
mud::Trace
mud::TraceManager
OLCEditor
Path
QuerySQL Statement execute / result
RelationThis class may be used to easily create a new relation
RowNotFoundExceptionThis exception is thrown when no row was found as the result of an SQL query
SavableAn interface to for SavableManager wrappers
SavableLockedThis exception is thrown when a savable was already locked while trying to perform an operation that needs the ock
SavableManagerThis class represents one row in the database
SavableManagersThis class is a bucket for SavableManager objects
SelectionMaskThis class is meant to be used to filter queries to the database
sha2_context
Singleton< T >A template class that implements the Singleton pattern
SqliteErrorThis exception is thrown when an error occured as the result of an SQL query
SqliteMgrThis class interfaces between savable managers and an Sqlite database
SQLSocketThis class will handle incomming requests as SQL queries
StatementsThis is a bucket class for prepared sqlite3 statements
StatementStringsThis class is a bucket that contains the SQL statements for a certain action on a table
StringThis class provides a set of utility functions that operate on strings
TableThis class represents a table in the database
TableDefThis class represents the definition of a table
TableImplThis class represents a generated (concrete version of a) TableDef
TablesThis class serves as a storage for pointers to all defined Tables
UBHandlerThis class will handle all Socket related events
UBSocketThis class handles all data from and to the user

Generated for UnsignedByte by  doxygen 1.5.3
SourceForge.net Logo