Source: data-flow/include/object_param.h
|
|
|
|
// Copyright (C) 2001 Jean-Marc Valin
#ifndef OBJECT_PARAM_H
#define OBJECT_PARAM_H
#ifdef _MSC_VER
#pragma warning (disable: 4786)
#endif
#include "ParameterSet.h"
#include "ObjectRef.h"
#include <string>
#include <vector>
class ObjectParam {
public:
static const vector<string> &allTypes(bool allowSubnetParam=true);
static ObjectRef stringParam(string type, string value, ParameterSet ¶m);
};
#endif
Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:36 2002, using kdoc 2.0a40. |