#include <lisp_reader.hxx>
Collaboration diagram for LispReader:

Public Member Functions | |
| LispReader (lisp_object_t *l) | |
| bool | read_vector (const char *name, Vector2d *vec) | 
| bool | read_int (const char *name, int *i) | 
| bool | read_float (const char *name, float *f) | 
| bool | read_bool (const char *name, bool *b) | 
      
  | 
  
| 
 cur == ((pos 1 2 3) (id 12 3 4)...) Definition at line 23 of file lisp_reader.cxx.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 97 of file lisp_reader.cxx. References lisp_boolean(), and lisp_car(). Referenced by ParticleFactory::ParticleFactory().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 85 of file lisp_reader.cxx. References lisp_car(), and lisp_real(). Referenced by ParticleFactory::ParticleFactory(), and Spring::Spring().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 73 of file lisp_reader.cxx. References lisp_car(), and lisp_integer(). Referenced by ParticleFactory::ParticleFactory(), and Spring::Spring().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 60 of file lisp_reader.cxx. References lisp_car(), lisp_cdr(), lisp_real(), Vector2d::x, and Vector2d::y. Referenced by ParticleFactory::ParticleFactory(), and RectCollider::RectCollider().  | 
  
1.3-rc3