val_Limit Class Reference
[Parser for config files; validation]

#include <val.h>

List of all members.


Detailed Description

Definition at line 28 of file val.h.


Public Member Functions

 val_Limit ()
 val_Limit (Int64_t a_lower, Int64_t a_upper)
 ~val_Limit ()

Public Attributes

Int64_t lower
Int64_t upper

Constructor & Destructor Documentation

val_Limit::val_Limit (  ) 

Definition at line 93 of file val.cpp.

00093                      {
00094     // Empty
00095 }

val_Limit::val_Limit ( Int64_t  a_lower,
Int64_t  a_upper 
)

Definition at line 97 of file val.cpp.

00098 : lower(a_lower), upper(a_upper) {
00099     // Empty.
00100 }

val_Limit::~val_Limit (  ) 

Definition at line 102 of file val.cpp.

00102                       {
00103     // Empty
00104 }


Member Data Documentation

Definition at line 34 of file val.h.

Referenced by val_Integer::CheckLimits(), and val_String::CheckLimits().

Definition at line 35 of file val.h.

Referenced by val_Integer::CheckLimits(), and val_String::CheckLimits().


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

Generated on Mon Feb 27 19:51:44 2012 for OPENARCHIVE by  doxygen 1.5.6