BWAPI
Classes | Defines | Functions
Undermind/proxy/cpp/ClientModule/ClientModule.h File Reference
#include "aimodule.pb.h"
#include <BWAPI.h>
#include <boost/format.hpp>
#include <set>
#include <BWTA.h>
#include <google/protobuf/repeated_field.h>
#include <hash_map>
#include <hash_set>
#include <string>
#include "netstream.h"
#include <fstream>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include "terrainanalysis.h"
Include dependency graph for ClientModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClientModule

Defines

#define SET_ID(source, target)   if( (source) != 0) target->set_id( (source)->getID())

Functions

template<typename Container , typename P2 >
void set_ids (const Container &c, google::protobuf::RepeatedPtrField< P2 > *ptr)

Define Documentation

#define SET_ID (   source,
  target 
)    if( (source) != 0) target->set_id( (source)->getID())

Function Documentation

template<typename Container , typename P2 >
void set_ids ( const Container &  c,
google::protobuf::RepeatedPtrField< P2 > *  ptr 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines