LLVM  4.0.0
Public Member Functions | Static Public Member Functions | List of all members
fuzzer::FixedWord< kMaxSize > Class Template Reference

#include <FuzzerDictionary.h>

Inheritance diagram for fuzzer::FixedWord< kMaxSize >:
[legend]

Public Member Functions

 FixedWord ()
 
 FixedWord (const uint8_t *B, uint8_t S)
 
void Set (const uint8_t *B, uint8_t S)
 
bool operator== (const FixedWord< kMaxSize > &w) const
 
bool operator< (const FixedWord< kMaxSize > &w) const
 
const uint8_t * data () const
 
uint8_t size () const
 

Static Public Member Functions

static size_t GetMaxSize ()
 

Detailed Description

template<size_t kMaxSize>
class fuzzer::FixedWord< kMaxSize >

Definition at line 23 of file FuzzerDictionary.h.

Constructor & Destructor Documentation

template<size_t kMaxSize>
fuzzer::FixedWord< kMaxSize >::FixedWord ( )
inline

Definition at line 25 of file FuzzerDictionary.h.

template<size_t kMaxSize>
fuzzer::FixedWord< kMaxSize >::FixedWord ( const uint8_t *  B,
uint8_t  S 
)
inline

Definition at line 26 of file FuzzerDictionary.h.

Member Function Documentation

template<size_t kMaxSize>
const uint8_t* fuzzer::FixedWord< kMaxSize >::data ( ) const
inline

Definition at line 45 of file FuzzerDictionary.h.

Referenced by fuzzer::DictionaryEntry::Print(), and fuzzer::PrintASCII().

template<size_t kMaxSize>
static size_t fuzzer::FixedWord< kMaxSize >::GetMaxSize ( )
inlinestatic

Definition at line 44 of file FuzzerDictionary.h.

template<size_t kMaxSize>
bool fuzzer::FixedWord< kMaxSize >::operator< ( const FixedWord< kMaxSize > &  w) const
inline

Definition at line 38 of file FuzzerDictionary.h.

template<size_t kMaxSize>
bool fuzzer::FixedWord< kMaxSize >::operator== ( const FixedWord< kMaxSize > &  w) const
inline

Definition at line 34 of file FuzzerDictionary.h.

template<size_t kMaxSize>
void fuzzer::FixedWord< kMaxSize >::Set ( const uint8_t *  B,
uint8_t  S 
)
inline

Definition at line 28 of file FuzzerDictionary.h.

Referenced by fuzzer::FixedWord< 27 >::FixedWord().

template<size_t kMaxSize>
uint8_t fuzzer::FixedWord< kMaxSize >::size ( ) const
inline

Definition at line 46 of file FuzzerDictionary.h.

Referenced by fuzzer::DictionaryEntry::Print(), and fuzzer::PrintASCII().


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