Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TDocOutput.cxx File Reference
#include "TDocOutput.h"
#include "Riostream.h"
#include "TClassDocOutput.h"
#include "TClassEdit.h"
#include "TDataMember.h"
#include "TDataType.h"
#include "TDocInfo.h"
#include "TDocParser.h"
#include "THtml.h"
#include "TInterpreter.h"
#include "TMethod.h"
#include "TPRegexp.h"
#include "TROOT.h"
#include "TDatime.h"
#include "TSystem.h"
#include "TUrl.h"
#include "TVirtualMutex.h"
#include "TVirtualPad.h"
#include "TVirtualViewer3D.h"
#include <vector>
#include <list>
#include <set>
#include <sstream>
#include <stdlib.h>
Include dependency graph for TDocOutput.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

static int CaseInsensitiveSort (const void *name1, const void *name2)
 Friend function for sorting strings, case insensitive.
 

Function Documentation

◆ CaseInsensitiveSort()

static int CaseInsensitiveSort ( const void *  name1,
const void *  name2 
)
static

Friend function for sorting strings, case insensitive.

Input: name1 - pointer to the first string name2 - pointer to the second string

NOTE: This function compares its arguments and returns an integer less than, equal to, or greater than zero, depending on whether name1 is lexicographically less than, equal to, or greater than name2, but characters are forced to lower-case prior to comparison.

Definition at line 197 of file TDocOutput.cxx.