RMF
names.h File Reference

Functions to check if names are valid. More...

#include <sstream>
#include <string>
#include "RMF/config.h"
#include "types.h"
+ Include dependency graph for names.h:

Go to the source code of this file.

Namespaces

 RMF
 The namespace for all functionality in the library.
 

Names

std::string RMF::get_as_node_name (std::string input)
 Return a node name string that has been modified to obey the rules. More...
 
bool RMF::get_is_valid_key_name (std::string name)
 Return true iff the string is a valid key name.
 
bool RMF::get_is_valid_node_name (std::string name)
 Return true iff the string is a valid node name.
 

Detailed Description

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file names.h.