Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
main.cpp File Reference
#include "servatrice.h"
#include "server_logger.h"
#include "settingscache.h"
#include "signalhandler.h"
#include "smtpclient.h"
#include "version_string.h"
#include <QCommandLineParser>
#include <QCoreApplication>
#include <QDateTime>
#include <QFile>
#include <QMetaType>
#include <QtGlobal>
#include <iostream>
#include <libcockatrice/rng/rng_sfmt.h>
#include <libcockatrice/utility/passwordhasher.h>
Include dependency graph for main.cpp:

Functions

void testRNG ()
void testHash ()
void myMessageOutput (QtMsgType type, const QMessageLogContext &, const QString &msg)
void myMessageOutput2 (QtMsgType type, const QMessageLogContext &, const QString &msg)
int main (int argc, char *argv[])

Variables

RNG_Abstractrng
ServerLoggerlogger
QThread * loggerThread
SettingsCachesettingsCache
SignalHandlersignalhandler
SmtpClientsmtpClient

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )
Here is the call graph for this function:

◆ myMessageOutput()

void myMessageOutput ( QtMsgType type,
const QMessageLogContext & ,
const QString & msg )
Here is the caller graph for this function:

◆ myMessageOutput2()

void myMessageOutput2 ( QtMsgType type,
const QMessageLogContext & ,
const QString & msg )
Here is the caller graph for this function:

◆ testHash()

void testHash ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ testRNG()

void testRNG ( )
Here is the caller graph for this function:

Variable Documentation

◆ logger

ServerLogger* logger

◆ loggerThread

QThread* loggerThread

◆ rng

◆ settingsCache

SettingsCache* settingsCache

◆ signalhandler

SignalHandler* signalhandler

◆ smtpClient

SmtpClient* smtpClient