LibreOffice Module onlineupdate (master) 1
Classes | Macros | Functions
nsTraceRefcnt.h File Reference
#include <stdio.h>
#include "nscore.h"
Include dependency graph for nsTraceRefcnt.h:

Go to the source code of this file.

Classes

class  nsTraceRefcnt
 

Macros

#define NS_TRACE_REFCNT_CONTRACTID   "@mozilla.org/xpcom/trace-refcnt;1"
 
#define NS_TRACE_REFCNT_CID
 

Functions

void NS_MeanAndStdDev (double aNumberOfValues, double aSumOfValues, double aSumOfSquaredValues, double *aMeanResult, double *aStdDevResult)
 

Macro Definition Documentation

◆ NS_TRACE_REFCNT_CID

#define NS_TRACE_REFCNT_CID
Value:
{ /* e3e7511e-a395-4924-94b1-d527861cded4 */ \
0xe3e7511e, \
0xa395, \
0x4924, \
{0x94, 0xb1, 0xd5, 0x27, 0x86, 0x1c, 0xde, 0xd4} \
} \

Definition at line 50 of file nsTraceRefcnt.h.

◆ NS_TRACE_REFCNT_CONTRACTID

#define NS_TRACE_REFCNT_CONTRACTID   "@mozilla.org/xpcom/trace-refcnt;1"

Definition at line 49 of file nsTraceRefcnt.h.

Function Documentation

◆ NS_MeanAndStdDev()

void NS_MeanAndStdDev ( double  aNumberOfValues,
double  aSumOfValues,
double  aSumOfSquaredValues,
double *  aMeanResult,
double *  aStdDevResult 
)