LLVM  8.0.1
Public Member Functions | Friends | List of all members
llvm::FormattedNumber Class Reference

This is a helper class used for format_hex() and format_decimal(). More...

#include "llvm/Support/Format.h"

Public Member Functions

 FormattedNumber (uint64_t HV, int64_t DV, unsigned W, bool H, bool U, bool Prefix)
 

Friends

class raw_ostream
 

Detailed Description

This is a helper class used for format_hex() and format_decimal().

Definition at line 164 of file Format.h.

Constructor & Destructor Documentation

◆ FormattedNumber()

llvm::FormattedNumber::FormattedNumber ( uint64_t  HV,
int64_t  DV,
unsigned  W,
bool  H,
bool  U,
bool  Prefix 
)
inline

Definition at line 174 of file Format.h.

Friends And Related Function Documentation

◆ raw_ostream

friend class raw_ostream
friend

Definition at line 171 of file Format.h.


The documentation for this class was generated from the following file: