atlas  0.6
Classes | Typedefs | Functions | Variables
lists.cpp File Reference
#include <vector>
#include <iostream>
#include <sstream>
#include <cctype>
#include <cstring>
#include <cstdlib>
#include <list>
#include <stack>
#include <queue>
#include "sl_list.h"
Include dependency graph for lists.cpp:

Classes

class  A
 
struct  refA
 

Typedefs

typedef std::unique_ptr< AuA
 
typedef atlas::containers::simple_list< refAreflist
 
typedef atlas::containers::simple_list< int > intlist
 
typedef atlas::containers::sl_list< int > int_list
 

Functions

uA ff ()
 
unsigned int g (A &x)
 
unsigned int tri (unsigned int n)
 
void gg ()
 
template<typename T >
std::ostream & operator<< (std::ostream &os, const atlas::containers::simple_list< T > &l)
 
template<typename T >
std::ostream & operator<< (std::ostream &os, const atlas::containers::sl_list< T > &l)
 
void tester ()
 
int main ()
 

Variables

uA p
 

Typedef Documentation

typedef std::unique_ptr<A> uA

Function Documentation

uA ff ( )
unsigned int g ( A x)
void gg ( )
int main ( )
template<typename T >
std::ostream& operator<< ( std::ostream &  os,
const atlas::containers::simple_list< T > &  l 
)
template<typename T >
std::ostream& operator<< ( std::ostream &  os,
const atlas::containers::sl_list< T > &  l 
)
void tester ( )
unsigned int tri ( unsigned int  n)

Variable Documentation

uA p