CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros | Typedefs
FWExpressionValidator.cc File Reference
#include <ctype.h>
#include <algorithm>
#include "FWCore/Utilities/interface/BaseWithDict.h"
#include "FWCore/Utilities/interface/FunctionWithDict.h"
#include <cstring>
#include "Fireworks/Core/src/FWExpressionValidator.h"
#include "CommonTools/Utils/src/returnType.h"

Go to the source code of this file.

Classes

class  fireworks::OptionNode
 
struct  fireworks::OptionNodePtrCompare< T >
 
struct  fireworks::OptionNodePtrEqual< T >
 

Namespaces

 fireworks
 

Macros

#define FUN1(_fun_)   m_builtins.push_back(boost::shared_ptr<OptionNode>( new OptionNode( # _fun_ "(float):float", strlen( # _fun_ )+1,s_float)))
 
#define FUN2(_fun_)   m_builtins.push_back(boost::shared_ptr<OptionNode>( new OptionNode( # _fun_ "(float,float):float", strlen( # _fun_ )+1,s_float)))
 

Typedefs

typedef std::vector
< boost::shared_ptr
< fireworks::OptionNode > > 
Options
 

Macro Definition Documentation

#define FUN1 (   _fun_)    m_builtins.push_back(boost::shared_ptr<OptionNode>( new OptionNode( # _fun_ "(float):float", strlen( # _fun_ )+1,s_float)))
#define FUN2 (   _fun_)    m_builtins.push_back(boost::shared_ptr<OptionNode>( new OptionNode( # _fun_ "(float,float):float", strlen( # _fun_ )+1,s_float)))

Typedef Documentation

typedef std::vector<boost::shared_ptr<fireworks::OptionNode> > Options

Definition at line 28 of file FWExpressionValidator.cc.