Source: data-flow/include/variables.h


Annotated List
Files
Globals
Hierarchy
Index
// Copyright (C) 1999 Jean-Marc Valin

#ifndef _VARIABLES_H_
#define _VARIABLES_H_

#include "rc_ptrs.h"
#include <string>
#include <map>
#include "Exception.h"
#include "ObjectRef.h"

class Variable {
  public:
   static map<string, ObjectRef> all;
   
};


#endif

Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:36 2002, using kdoc 2.0a40.