LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::format_object1< T > Class Template Reference

#include <Format.h>

Inheritance diagram for llvm::format_object1< T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::format_object1< T >:
Collaboration graph
[legend]

Public Member Functions

 format_object1 (const char *fmt, const T &val)
 
virtual int snprint (char *Buffer, unsigned BufferSize) const
 snprint - Call snprintf() for this object, on the given buffer and size. More...
 
- Public Member Functions inherited from llvm::format_object_base
 format_object_base (const char *fmt)
 
virtual ~format_object_base ()
 
unsigned print (char *Buffer, unsigned BufferSize) const
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::format_object_base
virtual void home ()
 
- Protected Attributes inherited from llvm::format_object_base
const char * Fmt
 

Detailed Description

template<typename T>
class llvm::format_object1< T >

format_object1 - This is a templated helper class used by the format function that captures the object to be formated and the format string. When actually printed, this synthesizes the string into a temporary buffer provided and returns whether or not it is big enough.

Definition at line 80 of file Format.h.

Constructor & Destructor Documentation

template<typename T>
llvm::format_object1< T >::format_object1 ( const char *  fmt,
const T val 
)
inline

Definition at line 83 of file Format.h.

Member Function Documentation

template<typename T>
virtual int llvm::format_object1< T >::snprint ( char *  Buffer,
unsigned  BufferSize 
) const
inlinevirtual

snprint - Call snprintf() for this object, on the given buffer and size.

Implements llvm::format_object_base.

Definition at line 87 of file Format.h.

References llvm::format_object_base::Fmt, and llvm::LibFunc::snprintf.


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