ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Predicate.hpp
(Generate patch)

Comparing:
trunk/src/utils/Predicate.hpp (file contents), Revision 816 by tim, Fri Dec 16 18:26:41 2005 UTC vs.
branches/development/src/utils/Predicate.hpp (file contents), Revision 1794 by gezelter, Thu Sep 6 19:44:06 2012 UTC

# Line 18 | Line 18
18   #  define USE_FACET(Type, loc) std::use_facet< Type >(loc)
19   #endif
20  
21 < namespace oopse {
21 > namespace OpenMD {
22  
23   template<typename Derived>
24   struct PredFacade{};
# Line 100 | Line 100 | struct PredNotFunctor : public PredFacade< PredNotFunc
100      PredT pred_;
101   };
102        
103 < inline CharClassification isSpace(const std::locale& loc=std::locale()){
103 >  inline CharClassification isSpace(const std::locale& loc=std::locale()){
104      return CharClassification(std::ctype_base::space, loc);
105   }
106  

Comparing:
trunk/src/utils/Predicate.hpp (property svn:keywords), Revision 816 by tim, Fri Dec 16 18:26:41 2005 UTC vs.
branches/development/src/utils/Predicate.hpp (property svn:keywords), Revision 1794 by gezelter, Thu Sep 6 19:44:06 2012 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines