KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
l_util.h File Reference
#include <stdlib.h>

Go to the source code of this file.

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Macros

#define KJB(x)   do {using namespace kjb_c; x;} while(0)
 

Functions

void kjb::alert_untested (int line, const char *file)
 
template<class C >
size_t kjb::length (const C &cner)
 Counts the total number of elements in a 2D STL-style container. More...
 

Macro Definition Documentation

#define KJB (   x)    do {using namespace kjb_c; x;} while(0)