LogCabin
Classes | Namespaces | Functions
Server/Main.cc File Reference
#include <getopt.h>
#include <unistd.h>
#include <iostream>
#include <string>
#include "Core/Debug.h"
#include "Core/StringUtil.h"
#include "Core/ThreadId.h"
#include "Core/Util.h"
#include "Server/Globals.h"
#include "Server/RaftConsensus.h"

Go to the source code of this file.

Classes

class  anonymous_namespace{Main.cc}::OptionParser
 Parses argv for the main function. More...
class  anonymous_namespace{Main.cc}::PidFile
 RAII-style class to manage a file containing the process ID. More...

Namespaces

namespace  anonymous_namespace{Main.cc}

Functions

int main (int argc, char **argv)

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 275 of file Main.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines