EXAMPLE dox
aws::DynamoDBReservedWords Class Reference

Helper class to identify DynamoDB reserved words. More...

#include <dynamodb_reserved_words.h>

Static Public Member Functions

static bool is_reserved (std::string const &word)
 Check whether a string is a reserved name. More...
 

Detailed Description

Helper class to identify DynamoDB reserved words.

Attributes whose names are reserved words must be substituted with a placeholder.

Definition at line 19 of file dynamodb_reserved_words.h.

Member Function Documentation

bool aws::DynamoDBReservedWords::is_reserved ( std::string const &  word)
static

Check whether a string is a reserved name.

Parameters
[in]word
Returns
true if word is a DynamoDB reserved word, false otherwise

Definition at line 15 of file dynamodb_reserved_words.cc.


The documentation for this class was generated from the following files: