openshot-audio  0.1.2
Classes | Macros | Typedefs | Functions
juce_BigInteger.h File Reference

Go to the source code of this file.

Classes

class  BigInteger
 

Macros

#define JUCE_BIGINTEGER_H_INCLUDED
 

Typedefs

typedef BigInteger BitArray
 

Functions

OutputStream &JUCE_CALLTYPE operator<< (OutputStream &stream, const BigInteger &value)
 

Macro Definition Documentation

#define JUCE_BIGINTEGER_H_INCLUDED

Typedef Documentation

Function Documentation

OutputStream& JUCE_CALLTYPE operator<< ( OutputStream stream,
const BigInteger value 
)

Writes a BigInteger to an OutputStream as a UTF8 decimal string.