CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sanitizer::CharRange Class Reference

#include <sanitizer.h>

Public Member Functions

 CharRange (const char range_begin, const char range_end)
 
 CharRange (const char single_char)
 
bool InRange (const char c) const
 

Private Attributes

char range_begin_
 
char range_end_
 

Detailed Description

Definition at line 17 of file sanitizer.h.

Constructor & Destructor Documentation

sanitizer::CharRange::CharRange ( const char  range_begin,
const char  range_end 
)

Definition at line 20 of file sanitizer.cc.

sanitizer::CharRange::CharRange ( const char  single_char)
explicit

Definition at line 26 of file sanitizer.cc.

Member Function Documentation

bool sanitizer::CharRange::InRange ( const char  c) const

Definition at line 31 of file sanitizer.cc.

Member Data Documentation

char sanitizer::CharRange::range_begin_
private

Definition at line 23 of file sanitizer.h.

char sanitizer::CharRange::range_end_
private

Definition at line 24 of file sanitizer.h.


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